






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UIDevice (WhoDevice)

+ (BOOL)howKey;

+ (BOOL)consumes;

@end

NS_ASSUME_NONNULL_END
