Нет описания

FKHaoHuoItem.h 404B

12345678910111213141516171819
  1. //
  2. // FKHaoHuoItem.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 2017/6/14.
  6. // Copyright © 2017年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface FKHaoHuoItem : NSObject
  10. @property (nonatomic, strong) NSString *name;
  11. @property (nonatomic, strong) NSString *title;
  12. @property (nonatomic, strong) NSString *targetURL;
  13. @property (nonatomic, strong) NSArray *picURLs;
  14. @end