PNObject/Pod/Classes/PNObjectProperty.h
2015-12-31 16:06:21 +01:00

16 lines
228 B
Objective-C
Executable File

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