diff options
Diffstat (limited to 'Classes/Topic.h')
-rw-r--r-- | Classes/Topic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Classes/Topic.h b/Classes/Topic.h index 26f8c29..a808ee1 100644 --- a/Classes/Topic.h +++ b/Classes/Topic.h @@ -18,9 +18,11 @@ NSString *iconUrl; NSNumber *picCount; NSString *guid; + NSNumber *foreignId; } +@property (nonatomic, retain) NSNumber *foreignId; @property (nonatomic, copy) NSNumber *picCount; @property (nonatomic, copy) NSString *title; @property (nonatomic, copy) NSString *guid; |