changed cmd-f to cmd-5 and version

This commit is contained in:
Jeena Paradies 2013-03-27 11:40:34 +01:00
parent 030fa044e9
commit e1f04e8d6a
5 changed files with 265 additions and 549 deletions

View file

@ -60,7 +60,15 @@
- (void)notificateUserAboutMention:(NSString *)text fromName:(NSString *)name withPostId:(NSString *)postId andEntity:(NSString *)entity;
- (void)openURL:(NSString *)url;
- (IBAction)showTimeline:(id)sender;
- (IBAction)showMentions:(id)sender;
- (IBAction)showConversation:(id)sender;
- (IBAction)showProfile:(id)sender;
- (IBAction)showSearch:(id)sender;
- (IBAction)showAbout:(id)sender;
- (void)notificateViewsAboutDeletedPostWithId:(NSString *)postId byEntity:(NSString*)entity;
- (void)setString:(NSString *)string forKey:(NSString *)aKey;