Adding import to base classes for Swift support
This commit is contained in:
parent
b2c040fb1e
commit
ccd5229c78
|
@ -7,6 +7,7 @@
|
|||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
/* CLASS DESCRIPTION:
|
||||
* ==================
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
extern const CGFloat contractionVelocity;
|
||||
|
||||
|
|
Loading…
Reference in New Issue