1234567891011121314151617181920 |
- //
- // ReplacePhoneNumberViewController.h
- // ChinaTheoryNetwork
- //
- // Created by 张毅成 on 2019/1/28.
- // Copyright © 2019 张毅成. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "MyModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface ReplacePhoneNumberViewController : UIViewController
- @property (strong, nonatomic) MyModel *modelMy;
- @end
- NS_ASSUME_NONNULL_END
|