- (NSMutableArray *) selectAllContents:(NSString *)section Region:(NSString *)region Channel:(NSString *)channel Type:(NSString *)type Style:(NSString *)style;
我只是简单的定义了一个方法就报这样的错误
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
从提示来看,在
@之后,应该有一个objective-c的指令。但是从你贴出的代码根本看不出来。