12345678910111213141516171819202122 |
- //
- // FKRedPacketItem.h
- // FirstLink
- //
- // Created by ascii on 15/9/9.
- // Copyright (c) 2015年 FirstLink. All rights reserved.
- //
- #import "Motis.h"
- @interface FKRedPacketItem : NSObject
- @property (nonatomic, strong) NSString *imageURL;
- @property (nonatomic, strong) NSString *titleWithPindan;
- @property (nonatomic, strong) NSString *titleWithNoPindan;
- @property (nonatomic, strong) NSString *shareURLWithPindan;
- @property (nonatomic, strong) NSString *shareURLWithNoPindan;
- - (BOOL)isExistRedPacket;
- @end
|