19 lines
288 B
Mathematica
19 lines
288 B
Mathematica
|
|
//
|
||
|
|
// 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
|