9 lines
248 B
Objective-C
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,
|
|
};
|