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,8 +8,8 @@
|
||||
|
||||
#import <RestKit/Three20/Three20.h>
|
||||
#import "DBPostsTableViewController.h"
|
||||
#import "DBPost.h"
|
||||
#import "DBUser.h"
|
||||
#import "../Models/DBPost.h"
|
||||
#import "../Models/DBUser.h"
|
||||
|
||||
@implementation DBPostsTableViewController
|
||||
|
||||
|
||||
Reference in New Issue
Block a user