循环引用处理办法:So instead of:
#import "VistaDereIzq.h"
use:
@class VistaDereIzq;
and then add your #import to an .m file as needed.
循环引用处理办法:So instead of:
#import "VistaDereIzq.h"
use:
@class VistaDereIzq;
and then add your #import to an .m file as needed.
本文标题:ios 循环引用处理方法
本文链接:https://www.haomeiwen.com/subject/bwkirttx.html
网友评论