// // WebViewController.h // 千模 // // Created by Drew on 2018/12/19. // Copyright © 2018 MUMEI. All rights reserved. // #import 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