| 12345678910111213141516171819 |
- //
- // WebViewController.h
- // 千模
- //
- // Created by Drew on 2018/12/19.
- // Copyright © 2018 MUMEI. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface WebViewController : UIViewController
- @property(nonatomic, strong) NSString *url;
- @property(nonatomic, strong) NSString *activityPK;
- @property(nonatomic, strong) NSString *modelPK;
- @end
- NS_ASSUME_NONNULL_END
|