// // MyTeamHeader.h // model // // Created by Drew on 2018/10/29. // Copyright © 2018 Mine. All rights reserved. // #import 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