9fcebb013d81753effb12ff3afc2df6f18a709e8
[atutor.git] / mods / atsocial_iphone_app / Classes / LauncherViewController.h
1 //
2 //  LauncherViewController.h
3 //  ATutor
4 //
5 //  Created by Quang Anh Do on 25/05/2010.
6 //  Copyright 2010 Quang Anh Do. All rights reserved.
7 //
8
9 #import <UIKit/UIKit.h>
10 #import <Three20/Three20.h>
11 #import "QAWebController.h"
12 #import "OSConsumer.h"
13
14 @interface LauncherViewController : TTViewController <TTLauncherViewDelegate, QAWebControllerDelegate> {
15         TTLauncherView *launcherView;
16         UIBarButtonItem *logoutButton;
17         OSConsumer *consumer;
18 }
19
20 @property (nonatomic, retain) TTLauncherView *launcherView;
21 @property (nonatomic, retain) UIBarButtonItem *logoutButton;
22 @property (nonatomic, retain) OSConsumer *consumer;
23
24 - (void)restorePages;
25
26 @end