// // CCIOS.h // CCFC // // Created by xichen on 11-12-17. // Copyright 2011年 ccteam. All rights reserved. // #import <Foundation/Foundation.h> #define IOS_ROOT_DEFAULT_PASSWORD @"alpine" @interface CCIOS : NSObject { } //获取OS版本 + (NSString *)osVersion; // 获取OS主版本号 + (NSString *)osMajorVer; // 获取OS子版本号 + (NSString *)osMinorVer; // whether the device supports multitask + (BOOL)isSupportsMultitask __OSX_AVAILABLE_STARTING(__MAC_NA,__IPHONE_4_0); @end
googlecode链接地址(会有更新):http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCIOS.h
github地址:https://github.com/cxsjabc/iphone-common-codes-ccteam/tree/master/CCFC/files/CCIOS.h
本文详细介绍了CCIOS.h文件的功能与实现,包括获取OS版本、主版本号、子版本号以及多任务支持情况。提供了Google代码链接与GitHub地址以便查阅原始代码。
1526

被折叠的 条评论
为什么被折叠?



