summaryrefslogtreecommitdiffstats
path: root/Classes/Topic.h
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-25 18:07:54 -0400
committermatt handler <matt.handler@gmail.com>2011-04-25 18:07:54 -0400
commit9aa7cfd03ffe0906c5f0fb7f59700b4d0be22b94 (patch)
treeb5436dd9123da6dc1acf1576ac11de4366f539bc /Classes/Topic.h
parent08dd9e08a6f712f4c599edb26dddd3ea7c73070a (diff)
downloadpiccast-app-9aa7cfd03ffe0906c5f0fb7f59700b4d0be22b94.tar.gz
piccast-app-9aa7cfd03ffe0906c5f0fb7f59700b4d0be22b94.zip
nice steady state, gotto get the server up to speed then we golden boyee
Diffstat (limited to 'Classes/Topic.h')
-rw-r--r--Classes/Topic.h2
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;