|
@@ -152,7 +152,7 @@ YYEncodingType YYEncodingGetType(const char *typeEncoding) {
|
|
|
|
|
|
- (instancetype)initWithProperty:(objc_property_t)property {
|
|
- (instancetype)initWithProperty:(objc_property_t)property {
|
|
if (!property) return nil;
|
|
if (!property) return nil;
|
|
- self = [self init];
|
|
|
|
|
|
+ self = [super init];
|
|
_property = property;
|
|
_property = property;
|
|
const char *name = property_getName(property);
|
|
const char *name = property_getName(property);
|
|
if (name) {
|
|
if (name) {
|