removed mods directory from the ATutor codebase
[atutor.git] / mods / atsocial_iphone_app / Classes / CommonFunctions.h
diff --git a/mods/atsocial_iphone_app/Classes/CommonFunctions.h b/mods/atsocial_iphone_app/Classes/CommonFunctions.h
deleted file mode 100644 (file)
index 1398f0c..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-//
-//  CommonFunctions.h
-//  ATutor
-//
-//  Created by Quang Anh Do on 30/05/2010.
-//  Copyright 2010 Quang Anh Do. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-#import <Three20/Three20.h>
-
-
-@interface CommonFunctions : NSObject {
-
-}
-
-void alertMessage(NSString *title, NSString *message);
-BOOL dataSourceAvailable();
-NSString *applicationDocumentsDirectory();
-
-BOOL isLoggedIn();
-
-NSString *shortLinkToContact(int id);
-NSString *linkToContact(int id, NSString *name);
-NSString *rewriteURLStrings(NSString *content);
-NSString *niceTimeString(NSString *timeString);
-
-@end