@interface AAFDeviceInfo : NSObject + (BOOL)deviceIsiPad; + (BOOL)isDeviceUnlockedSinceBoot; + (BOOL)deviceIsAudioAccessory; @end