Açıklama Yok

FKRecommendInfoItem.h 431B

12345678910111213141516171819
  1. //
  2. // FKRecommendInfoItem.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/1/20.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface FKRecommendInfoItem : NSObject
  10. @property (nonatomic, strong) NSString *userID;
  11. @property (nonatomic, strong) NSString *nickName;
  12. @property (nonatomic, strong) NSString *headerPicUrl;
  13. @property (nonatomic, strong) NSString *recommendTitle;
  14. @end