No Description

FKRedPacketItem.h 515B

12345678910111213141516171819202122
  1. //
  2. // FKRedPacketItem.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 15/9/9.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import "Motis.h"
  9. @interface FKRedPacketItem : NSObject
  10. @property (nonatomic, strong) NSString *imageURL;
  11. @property (nonatomic, strong) NSString *titleWithPindan;
  12. @property (nonatomic, strong) NSString *titleWithNoPindan;
  13. @property (nonatomic, strong) NSString *shareURLWithPindan;
  14. @property (nonatomic, strong) NSString *shareURLWithNoPindan;
  15. - (BOOL)isExistRedPacket;
  16. @end