From 188d8e4ea870d1a6c8edd5a9b323742804badeba Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 28 Aug 2016 21:03:22 +0300 Subject: project cleanup --- Juick/ViewControllers/MessagesViewController.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Juick/ViewControllers/MessagesViewController.h (limited to 'Juick/ViewControllers/MessagesViewController.h') 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 + +@interface MessagesViewController : UITableViewController +- (void)loadFromPath:(NSString *)messagesPath withParams:(NSDictionary *)params withTitle:(NSString *)title; +- (void) refreshData; +- (void) composePressed; +@end -- cgit v1.2.3