SettingViewController.h 342 B

1234567891011121314151617181920212223
  1. //
  2. // SettingViewController.h
  3. // DSH
  4. //
  5. // Created by 张毅成 on 2018/9/26.
  6. // Copyright © 2018 WZX. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "MyModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface SettingViewController : UIViewController
  12. /**
  13. */
  14. @property (strong, nonatomic) MyModel *modelMy;
  15. @end
  16. NS_ASSUME_NONNULL_END