No Description

FKGuideBrandItem.h 405B

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