14 lines
143 B
Objective-C
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
|