单军华
2018-07-11 7b02207537d35bfa1714bf8beafc921f717d100a
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