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.
|
||||
*/
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <UIKit/UIKit.h>
|
||||
#elif TARGET_OS_MAC
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#endif
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
|
||||
//! Project version string for OLMKit, the same as libolm.
|
||||
|
|
Loading…
Reference in a new issue