mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-02 22:42:45 +08:00
Use relative paths in #imports to prevent XCode 4.2 from complaining
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#import <Three20/Three20.h>
|
||||
#import "DBAuthenticatedTableViewController.h"
|
||||
#import "DBTopic.h"
|
||||
#import "../Models/DBTopic.h"
|
||||
|
||||
@interface DBTopicViewController : DBAuthenticatedTableViewController <RKObjectLoaderDelegate> {
|
||||
UITextField* _topicNameField;
|
||||
|
||||
Reference in New Issue
Block a user