mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-12 19:19:41 +08:00
Ensure the stars for all pointers belong to the variable rather than the type. Refs #614
This commit is contained in:
@@ -23,10 +23,10 @@
|
||||
@class NSEntityDescription;
|
||||
|
||||
@interface RKObjectPropertyInspector : NSObject {
|
||||
NSMutableDictionary* _cachedPropertyNamesAndTypes;
|
||||
NSMutableDictionary *_cachedPropertyNamesAndTypes;
|
||||
}
|
||||
|
||||
+ (RKObjectPropertyInspector*)sharedInspector;
|
||||
+ (RKObjectPropertyInspector *)sharedInspector;
|
||||
|
||||
/**
|
||||
* Returns a dictionary of names and types for the properties of a given class
|
||||
@@ -36,7 +36,7 @@
|
||||
/**
|
||||
Returns the Class type of the specified property on the object class
|
||||
*/
|
||||
- (Class)typeForProperty:(NSString*)propertyName ofClass:(Class)objectClass;
|
||||
- (Class)typeForProperty:(NSString *)propertyName ofClass:(Class)objectClass;
|
||||
|
||||
/**
|
||||
Returns the name of a property when provided the name of a property obtained
|
||||
|
||||
Reference in New Issue
Block a user