16 lines
228 B
Objective-C
Executable File
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
|