Add PromiseKit dependency
- Added PromiseKit dependency
This commit is contained in:
8
Carthage/Checkouts/PromiseKit/Extensions/UIKit/Sources/PMKUIKit.h
vendored
Normal file
8
Carthage/Checkouts/PromiseKit/Extensions/UIKit/Sources/PMKUIKit.h
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#import "UIView+AnyPromise.h"
|
||||
#import "UIViewController+AnyPromise.h"
|
||||
|
||||
typedef NS_OPTIONS(NSInteger, PMKAnimationOptions) {
|
||||
PMKAnimationOptionsNone = 1 << 0,
|
||||
PMKAnimationOptionsAppear = 1 << 1,
|
||||
PMKAnimationOptionsDisappear = 1 << 2,
|
||||
};
|
Reference in New Issue
Block a user