在Xcode里面开发 APP的时候,可以 - (BOOL)CheckFilePath:(NSString *)path
{
return FALSE;
}
然后用 [self CheckFilePath:@"\xx\xxx\xxx"] 就可以调用
TWEAK里面不知道行不行
在Xcode里面开发 APP的时候,可以 - (BOOL)CheckFilePath:(NSString *)path
{
return FALSE;
}
然后用 [self CheckFilePath:@"\xx\xxx\xxx"] 就可以调用
TWEAK里面不知道行不行
tweak中自定义方法:
%new
-(BOOL)CanCustomMethod{
return YES;
}