14 lines
238 B
Objective-C
14 lines
238 B
Objective-C
//
|
|
// PNObjectViewController.h
|
|
// PNObject
|
|
//
|
|
// Created by Giuseppe Nucifora on 12/28/2015.
|
|
// Copyright (c) 2015 Giuseppe Nucifora. All rights reserved.
|
|
//
|
|
|
|
@import UIKit;
|
|
|
|
@interface PNObjectViewController : UIViewController
|
|
|
|
@end
|