// // CYWebBettingVC.h // shiku_im // // Created by Ron on 2019/8/8. // Copyright © 2019 Reese. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface CYWebBettingVC : admobViewController @property (nonatomic ,copy) NSString * name; @property (nonatomic ,copy) NSString * strURL; @end NS_ASSUME_NONNULL_END