Flow_Browser/PrivateBrowser/Pods/PromiseKit/Extensions/UIKit/Sources/PMKUIKit.h
2024-04-17 14:43:19 +08: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,
};