Strip down to Foundation (no need to include UIKit or Cocoa)
This commit is contained in:
parent
30851905b5
commit
b2b93d7a1f
1 changed files with 1 additions and 5 deletions
|
@ -16,11 +16,7 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if TARGET_OS_IPHONE
|
#import <Foundation/Foundation.h>
|
||||||
#import <UIKit/UIKit.h>
|
|
||||||
#elif TARGET_OS_MAC
|
|
||||||
#import <Cocoa/Cocoa.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
//! Project version string for OLMKit, the same as libolm.
|
//! Project version string for OLMKit, the same as libolm.
|
||||||
|
|
Loading…
Reference in a new issue