12345678910111213141516171819 |
- //
- // AccountAndSecurityModel.h
- // ChinaTheoryNetwork
- //
- // Created by 张毅成 on 2019/1/28.
- // Copyright © 2019 张毅成. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface AccountAndSecurityModel : NSObject
- @property (strong, nonatomic, class, readonly) NSArray *arrayData;
- @end
- NS_ASSUME_NONNULL_END
|