Нет описания

FKBookBrandItem.h 409B

12345678910111213141516171819
  1. //
  2. // FKBookBrandItem.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/4/29.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface FKBookBrandItem : NSObject
  10. @property (nonatomic, strong) NSString *itemID;
  11. @property (nonatomic, strong) NSString *picUrl;
  12. @property (nonatomic, strong) NSString *name;
  13. @property (nonatomic, assign) BOOL didBook;
  14. @end