Remove UIKit dependency.

This commit is contained in:
Tadeas Kriz 2016-01-19 15:59:31 +01:00
parent f9a8b887bd
commit 53ad1d9b81
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
// Copyright © 2016 Brightify. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
//! Project version number for Cuckoo.
FOUNDATION_EXPORT double CuckooVersionNumber;