removed mods directory from the ATutor codebase
[atutor.git] / mods / atsocial_iphone_app / Classes / QAWebController.h
diff --git a/mods/atsocial_iphone_app/Classes/QAWebController.h b/mods/atsocial_iphone_app/Classes/QAWebController.h
deleted file mode 100644 (file)
index 9edadb3..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-//
-//  QAWebController.h
-//  ATutor
-//
-//  Created by Quang Anh Do on 30/05/2010.
-//  Copyright 2010 Quang Anh Do. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-#import <Three20/Three20.h>
-
-@protocol QAWebControllerDelegate;
-
-@interface QAWebController : TTWebController {
-       id oAuthDelegate;
-}
-
-@property (nonatomic, assign) id<QAWebControllerDelegate> oAuthDelegate;
-
-@end
-
-@protocol QAWebControllerDelegate
-
-- (void)didFinishAuthorizationInWebViewController:(QAWebController *)webViewController;
-
-@end
-