// // AdvertiseView.h // MobileProject 启动广告视图 // // Created by wujunyang on 16/6/14. // Copyright © 2016年 wujunyang. All rights reserved. // #import UIKIT_EXTERN NSString *const NotificationContants_Advertise_Key; @interface AdvertiseView : UIView /** 显示广告页面方法*/ - (void)show; /** 图片路径*/ @property (nonatomic, copy) NSString *filePath; @end