JYNewWebController.h 364 B

1234567891011121314151617181920
  1. //
  2. // JYNewWebController.h
  3. // JianYuIOS
  4. //
  5. // Created by apple on 2020/6/11.
  6. // Copyright © 2020 lixianglan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //NS_ASSUME_NONNULL_BEGIN
  10. @interface JYNewWebController : UIViewController
  11. @property(nonatomic, strong)NSString *url;
  12. @property(nonatomic, strong)NSString *titleShow;
  13. @end
  14. //NS_ASSUME_NONNULL_END