标签:出错 track ace obj com ida test inux code
__unsafe_unretained
typedef struct OFBragDelegateStrings
{
NSString* prepopulatedText;
NSString* originalMessage;
} OFBragDelegateStrings;
to
typedef struct OFBragDelegateStrings
{
__unsafe_unretained NSString* prepopulatedText;
__unsafe_unretained NSString* originalMessage;
} OFBragDelegateStrings;
ARC forbids Objective-C objects in structs or unions
标签:出错 track ace obj com ida test inux code
原文地址:http://www.cnblogs.com/cxchanpin/p/7221784.html