AvoidCrashProtocol.h 298 B

1234567891011121314151617
  1. //
  2. // AvoidCrashProtocol.h
  3. // https://github.com/chenfanfang/AvoidCrash
  4. //
  5. // Created by chenfanfang on 2017/7/22.
  6. // Copyright © 2017年 chenfanfang. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @protocol AvoidCrashProtocol <NSObject>
  10. @required
  11. + (void)avoidCrashExchangeMethod;
  12. @end