Update for iOS 8

This commit is contained in:
Matej Bukovinski
2019-07-14 21:27:29 +02:00
parent bdd4ca3272
commit df1a29bfa8
+2 -2
View File
@@ -4,8 +4,8 @@
#import <Availability.h>
#ifndef __IPHONE_3_0
#warning "This project uses features only available in iOS SDK 3.0 and later."
#ifndef __IPHONE_8_0
#warning "This project uses features only available in iOS SDK 8.0 and later."
#endif
#ifdef __OBJC__