Files
yuyin_ios/SweetParty/第三方库/AvoidCrash/AvoidCrashStubProxy.m

19 lines
288 B
Mathematica
Raw Permalink Normal View History

2025-08-08 11:05:33 +08:00
//
// AvoidCrashStubProxy.m
// https://github.com/chenfanfang/AvoidCrash
//
// Created by chenfanfang on 2017/7/25.
// Copyright © 2017 chenfanfang. All rights reserved.
//
#import "AvoidCrashStubProxy.h"
@implementation AvoidCrashStubProxy
- (void)proxyMethod {
}
@end