mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-06 00:23:43 +08:00
Use delegate pattern for canceled login.
Move isNewRecord to model level. Create rkcurl script.
This commit is contained in:
@@ -9,10 +9,11 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "DBAuthenticatedTableViewController.h"
|
||||
#import "DBPost.h"
|
||||
#import "DBTopic.h"
|
||||
|
||||
@interface DBPostTableViewController : DBAuthenticatedTableViewController <RKObjectLoaderDelegate, TTTextEditorDelegate, UIImagePickerControllerDelegate, UINavigationControllerDelegate> {
|
||||
DBPost* _post;
|
||||
NSNumber* _topicID;
|
||||
DBTopic* _topic;
|
||||
|
||||
TTTextEditor* _bodyTextEditor;
|
||||
TTImageView* _currentAttachmentImageView;
|
||||
|
||||
Reference in New Issue
Block a user