Adding import to base classes for Swift support

This commit is contained in:
Tony Nuzzi 2015-02-22 14:16:24 -06:00
parent b2c040fb1e
commit ccd5229c78
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
/* CLASS DESCRIPTION:
* ==================

View File

@ -7,6 +7,7 @@
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
extern const CGFloat contractionVelocity;