test

来源:互联网 发布:龙胜温泉网络售票 编辑:程序博客网 时间:2024/05/17 22:56

////  OSAppDelegate.h//  oschina////  Created by wangjun on 12-3-1.//  Copyright (c) 2012年 __MyCompanyName__. All rights reserved.//#import <UIKit/UIKit.h>#import "SettingView.h"#import "DataSingleton.h"#import "CheckNetwork.h"#import "PostBase.h"#import "ProfileBase.h"#import "NewsBase.h"#import "TweetBase2.h"#import "SettingView.h"#import "NdUncaughtExceptionHandler.h"@class ProfileBase;@interface OSAppDelegate : UIResponder <UIApplicationDelegate,UITabBarControllerDelegate>{    int m_lastTabIndex;}@property (strong, nonatomic) UIWindow *window;@property (strong, nonatomic) UITabBarController *tabBarController;@property (strong, nonatomic) NewsBase * newsBase;@property (strong, nonatomic) PostBase * postBase;@property (strong, nonatomic) TweetBase2 * tweetBase;@property (strong, nonatomic) ProfileBase * profileBase;@property (strong, nonatomic) SettingView * settingView;@end


原创粉丝点击