Skip to content
Snippets Groups Projects
Commit b2b93d7a authored by Avery Pierce's avatar Avery Pierce
Browse files

Strip down to Foundation (no need to include UIKit or Cocoa)

parent 30851905
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment