Files
mier_ios/SweetParty/第三方库/AvoidCrash/AvoidCrashProtocol.h

18 lines
298 B
C
Raw Permalink Normal View History

2025-08-11 10:43:19 +08:00
//
// AvoidCrashProtocol.h
// https://github.com/chenfanfang/AvoidCrash
//
// Created by chenfanfang on 2017/7/22.
// Copyright © 2017年 chenfanfang. All rights reserved.
//
#import <UIKit/UIKit.h>
@protocol AvoidCrashProtocol <NSObject>
@required
+ (void)avoidCrashExchangeMethod;
@end