Ensure the stars for all pointers belong to the variable rather than the type. Refs #614

This commit is contained in:
Jawwad Ahmad
2012-06-04 22:47:30 -04:00
parent eaa5484b01
commit abb46c382c
191 changed files with 3678 additions and 3628 deletions

View File

@@ -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