// // PNObjectProperty.h // Pods // // Created by Giuseppe Nucifora on 28/12/15. // // #import #import "PNObject.h" @interface PNObjectProperty : NSObject + (NSDictionary *)propertiesForClass:(Class)PNObjClass; @end