Expanded comments and cleaned up more TODO's. Just a couple of bug fixes left in RestKit and styling work on this app!

This commit is contained in:
Blake Watters
2011-01-20 21:15:40 -05:00
parent ebd23559bb
commit 35df41ec25
10 changed files with 44 additions and 27 deletions

View File

@@ -91,4 +91,9 @@
*/
@property (nonatomic, retain) UIImage* newAttachment;
/**
* Returns YES when there is already an Image attached to this Post
*/
- (BOOL)hasAttachment;
@end