YYTextExampleHelper.h 323 B

12345678910111213141516
  1. //
  2. // YYTextExampleHelper.h
  3. // YYKitExample
  4. //
  5. // Created by ibireme on 15/9/3.
  6. // Copyright (c) 2015 ibireme. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface YYTextExampleHelper : NSObject
  10. + (void)addDebugOptionToViewController:(UIViewController *)vc;
  11. + (void)setDebug:(BOOL)debug;
  12. + (BOOL)isDebug;
  13. @end