Files
2014-08-20 16:15:02 +08:00

21 lines
468 B
Objective-C

#import <UIKit/UIKit.h>
#if CC_TARGET_PLATFORM == CC_PLATFORM_IOS
#include "QQInterface.h"
#include "SinaInterface_Objc.h"
#include "WeiboSDK.h"
#import <TencentOpenAPI/TencentOAuth.h>
#import "TencentOpenAPI/QQApiInterface.h"
#elif CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID
#endif
@class RootViewController;
@interface AppController : NSObject <UIApplicationDelegate> {
UIWindow *window;
RootViewController *viewController;
}
@end