summaryrefslogtreecommitdiff
path: root/Juick/MasterViewController.h
blob: 5e92717cd42d961c780dd2867553b26c9454a513 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
//  MasterViewController.h
//  Juick
//
//  Created by Vitaly Takmazov on 26.10.13.
//  Copyright (c) 2013 com.juick. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface MasterViewController : UITableViewController
- (void) refreshData:(UIRefreshControl *)refresh;
@end