码迷,mamicode.com
首页 > 移动开发 > 详细

Prefix.pch文件-判断iOS系统版本

时间:2014-10-26 18:16:00      阅读:287      评论:0      收藏:0      [点我收藏+]

标签:io   os   ar   sp   文件   on   bs   ad   ef   

ItcastWeibo-Prefix.pch

//
//  Prefix header
//
//  The contents of this file are implicitly included at the beginning of every source file.
//

#import <Availability.h>

#ifndef __IPHONE_5_0
#warning "This project uses features only available in iOS SDK 5.0 and later."
#endif

#ifdef __OBJC__
    #import <UIKit/UIKit.h>
    #import <Foundation/Foundation.h>
    #define iOS7 ([[[UIDevice currentDevice] systemVersion]doubleValue] >= 7.0)
#endif


Prefix.pch文件-判断iOS系统版本

标签:io   os   ar   sp   文件   on   bs   ad   ef   

原文地址:http://www.cnblogs.com/xiaokanfengyu/p/4052142.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!