|
@@ -126,8 +126,8 @@ YYEncodingType YYEncodingGetType(const char *typeEncoding);
|
|
@property (nonatomic, strong, readonly) NSString *typeEncoding; ///< property's encoding value
|
|
@property (nonatomic, strong, readonly) NSString *typeEncoding; ///< property's encoding value
|
|
@property (nonatomic, strong, readonly) NSString *ivarName; ///< property's ivar name
|
|
@property (nonatomic, strong, readonly) NSString *ivarName; ///< property's ivar name
|
|
@property (nonatomic, assign, readonly) Class cls; ///< may be nil
|
|
@property (nonatomic, assign, readonly) Class cls; ///< may be nil
|
|
-@property (nonatomic, strong, readonly) NSString *getter; ///< getter (nonnull)
|
|
|
|
-@property (nonatomic, strong, readonly) NSString *setter; ///< setter (nonnull)
|
|
|
|
|
|
+@property (nonatomic, assign, readonly) SEL getter; ///< getter (nonnull)
|
|
|
|
+@property (nonatomic, assign, readonly) SEL setter; ///< setter (nonnull)
|
|
|
|
|
|
/**
|
|
/**
|
|
Creates and returns a property info object.
|
|
Creates and returns a property info object.
|