No Description

FKShareTargetItem.h 463B

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