Skip to content

Instantly share code, notes, and snippets.

View specpropeller's full-sized avatar

Wolfgang Wagner specpropeller

View GitHub Profile
#import <Foundation/Foundation.h>
@interface NSObject (NSDictionaryRepresentation)
/**
Returns an NSDictionary containing the properties of an object that are not nil.
*/
- (NSDictionary *)dictionaryRepresentation;
@end