1234567891011121314151617181920 |
- //
- // JYNewWebController.h
- // JianYuIOS
- //
- // Created by apple on 2020/6/11.
- // Copyright © 2020 lixianglan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //NS_ASSUME_NONNULL_BEGIN
- @interface JYNewWebController : UIViewController
- @property(nonatomic, strong)NSString *url;
- @property(nonatomic, strong)NSString *titleShow;
- @end
- //NS_ASSUME_NONNULL_END
|