added add/show geolocation and changed name from TweetModel to PostModel

This commit is contained in:
Jeena Paradies 2012-11-22 19:21:38 +01:00
parent d39b643844
commit 76b63d5c68
12 changed files with 398 additions and 50 deletions

View file

@ -29,6 +29,7 @@
ViewDelegate *viewDelegate;
WebView *oauthView;
AccessToken *accessToken;
}
@property (retain, nonatomic) IBOutlet WebView *timelineView;
@ -46,6 +47,7 @@
@property (retain, nonatomic) WebView *oauthView;
@property (retain, nonatomic) AccessToken *accessToken;
- (void)initOauth;
- (void)authentificationSucceded:(id)sender;
- (void)authentificationDidNotSucceed:(NSString *)errorMessage;