BugTool.h 175 B

12345678910111213141516
  1. //
  2. // BugTool.h
  3. // Unity-iPhone
  4. //
  5. // Created by duowan123 on 2022/4/6.
  6. //
  7. #import <Foundation/Foundation.h>
  8. @interface BugTool : NSObject
  9. +(void)startAvoidBug;
  10. @end