






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UIDevice (ItsDevice)

+ (BOOL)eyeMan;

+ (BOOL)andMedia;

@end

NS_ASSUME_NONNULL_END
