PNObject/Pod/Classes/PNObjectProperty.h
2016-01-26 00:29:37 +01:00

17 lines
249 B
Objective-C
Executable File

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