Files
Jot/Carthage/Checkouts/PromiseKit/Extensions/UIKit/Sources/PMKUIKit.h
James Griffin be7b6b5881 Add PromiseKit dependency
- Added PromiseKit dependency
2018-11-15 22:12:39 -04:00

9 lines
248 B
Objective-C

#import "UIView+AnyPromise.h"
#import "UIViewController+AnyPromise.h"
typedef NS_OPTIONS(NSInteger, PMKAnimationOptions) {
PMKAnimationOptionsNone = 1 << 0,
PMKAnimationOptionsAppear = 1 << 1,
PMKAnimationOptionsDisappear = 1 << 2,
};