- //
- // SMSDemoPolicyWebVC.h
- // SMSSDKDemo
- //
- // Created by Brilance on 2020/2/7.
- // Copyright © 2020年 youzu. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface SMSDemoPolicyWebVC : UIViewController
- @property (nonatomic, strong) NSString *url;
- @end
|