removed mods directory from the ATutor codebase
[atutor.git] / mods / atsocial_iphone_app / Classes / LauncherViewController.h
diff --git a/mods/atsocial_iphone_app/Classes/LauncherViewController.h b/mods/atsocial_iphone_app/Classes/LauncherViewController.h
deleted file mode 100644 (file)
index 9fcebb0..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-//
-//  LauncherViewController.h
-//  ATutor
-//
-//  Created by Quang Anh Do on 25/05/2010.
-//  Copyright 2010 Quang Anh Do. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-#import <Three20/Three20.h>
-#import "QAWebController.h"
-#import "OSConsumer.h"
-
-@interface LauncherViewController : TTViewController <TTLauncherViewDelegate, QAWebControllerDelegate> {
-       TTLauncherView *launcherView;
-       UIBarButtonItem *logoutButton;
-       OSConsumer *consumer;
-}
-
-@property (nonatomic, retain) TTLauncherView *launcherView;
-@property (nonatomic, retain) UIBarButtonItem *logoutButton;
-@property (nonatomic, retain) OSConsumer *consumer;
-
-- (void)restorePages;
-
-@end