| 12345678910111213141516171819 |
- //
- // MyTeamHeader.h
- // model
- //
- // Created by Drew on 2018/10/29.
- // Copyright © 2018 Mine. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MyTeamHeader : UIView
- @property(nonatomic, strong) NSString* type;
- @property(nonatomic, strong) NSString* introduceNum;
- @property(nonatomic, strong) NSString* totalCoin;
- @end
- NS_ASSUME_NONNULL_END
|