all spaces to tabs
This commit is contained in:
parent
508aa4352c
commit
43eae3e1f7
20 changed files with 723 additions and 723 deletions
|
|
@ -12,10 +12,10 @@
|
|||
@interface PostModel : NSObject {
|
||||
NSString *text;
|
||||
NSString *inReplyTostatusId;
|
||||
NSString *inReplyToEntity;
|
||||
CLLocation *location;
|
||||
NSString *imageFilePath;
|
||||
BOOL isPrivate;
|
||||
NSString *inReplyToEntity;
|
||||
CLLocation *location;
|
||||
NSString *imageFilePath;
|
||||
BOOL isPrivate;
|
||||
}
|
||||
|
||||
@property (nonatomic, retain) NSString *text;
|
||||
|
|
|
|||
Reference in a new issue