diff options
Diffstat (limited to 'Juick/ViewControllers/MessagesViewController.h')
-rw-r--r-- | Juick/ViewControllers/MessagesViewController.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Juick/ViewControllers/MessagesViewController.h b/Juick/ViewControllers/MessagesViewController.h new file mode 100644 index 0000000..38123bd --- /dev/null +++ b/Juick/ViewControllers/MessagesViewController.h @@ -0,0 +1,15 @@ +// +// MasterViewController.h +// Juick +// +// Created by Vitaly Takmazov on 26.10.13. +// Copyright (c) 2013 com.juick. All rights reserved. +// + +#import <UIKit/UIKit.h> + +@interface MessagesViewController : UITableViewController<UISplitViewControllerDelegate> +- (void)loadFromPath:(NSString *)messagesPath withParams:(NSDictionary *)params withTitle:(NSString *)title; +- (void) refreshData; +- (void) composePressed; +@end |