@interface TFCapabilities : NSObject + (BOOL)hasExtendedColorDisplay; + (BOOL)isTall; + (BOOL)isHardwareKeyboardAttached; + (BOOL)isInternalBuild; @end
@interface TFCapabilities : NSObject + (BOOL)hasExtendedColorDisplay; + (BOOL)isTall; + (BOOL)isHardwareKeyboardAttached; + (BOOL)isInternalBuild; @end