单军华
2018-07-19 2a51383e35b56d6621c04484b5d4f138865ce707
screendisplay/screendisplay/Classes/Helpers/???/AdvertiseView.h
New file
@@ -0,0 +1,21 @@
//
//  AdvertiseView.h
//  MobileProject 启动广告视图
//
//  Created by wujunyang on 16/6/14.
//  Copyright © 2016年 wujunyang. All rights reserved.
//
#import <UIKit/UIKit.h>
UIKIT_EXTERN NSString *const NotificationContants_Advertise_Key;
@interface AdvertiseView : UIView
/** 显示广告页面方法*/
- (void)show;
/** 图片路径*/
@property (nonatomic, copy) NSString *filePath;
@end