






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UIDevice (WaxDevice)

+ (BOOL)undone;

+ (BOOL)mayStill;

@end

NS_ASSUME_NONNULL_END
