Files
mier_ios/SweetParty/第三方库/AvoidCrash/AvoidCrashProtocol.h
2025-08-11 10:43:19 +08:00

18 lines
298 B
Objective-C

//
// 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