P31Unity.h 254 B

1234567891011121314151617
  1. //
  2. // P31Unity.h
  3. // P31SharedTools
  4. //
  5. // Created by Mike Desaro on 9/12/13.
  6. // Copyright (c) 2013 prime31. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface P31Unity : NSObject
  10. + (void)unityPause:(NSNumber*)shouldPause;
  11. @end