2016-01-15 18:54:12 +01:00

20 lines
234 B
Objective-C

//
// PNUser.h
// Pods
//
// Created by Giuseppe Nucifora on 15/01/16.
//
//
#import <Foundation/Foundation.h>
@interface PNUser : NSObject
/**
* gets singleton object.
* @return singleton
*/
+ (PNUser*)sharedInstance;
@end