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