object-c 实例化时错误提示Unused variable 'she'
#import <Foundation/Foundation.h>
#import “Message.h”
int main(int argc, const char * argv[]) {
@autoreleasepool {
// insert code here…
NSLog(@“Hello, World!”);
Message * she = [[Message alloc] ...
原创
2019-11-23 23:33:55 ·
754 阅读 ·
0 评论