Giuseppe Nucifora c3e77e7a09 - ADD PNObjectConfig Class
- ADD PNObjectSubclassing Protocol
2016-01-08 20:21:22 +01:00

14 lines
143 B
Objective-C

//
// User.h
// Pods
//
// Created by Giuseppe Nucifora on 08/01/16.
//
//
#import <PNObject/PNObject.h>
@interface User : PNObject
@end