summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/MessagesViewController.h
blob: 9f47b57604e3437b893cd8de2c1b5818e9ae8820 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
//  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
@property(nonatomic, strong) NSString *path;
@property(nonatomic, strong) NSDictionary *params;
-(void) refreshData;
-(void) refreshData:(BOOL)scrollToBottom;

@property(nonatomic, strong) NSMutableArray *messages;
@property(nonatomic, assign) Boolean dataLoading;
@end