KWDeviceInfo.h 258 B

12345678910111213141516
  1. //
  2. // Licensed under the terms in License.txt
  3. //
  4. // Copyright 2010 Allen Ding. All rights reserved.
  5. //
  6. #import "KiwiConfiguration.h"
  7. @interface KWDeviceInfo : NSObject
  8. #pragma mark - Getting the Device Type
  9. + (BOOL)isSimulator;
  10. + (BOOL)isPhysical;
  11. @end