PNObject/Example/PNObject/PNObjectViewController.m
2015-12-28 19:29:34 +01:00

30 lines
541 B
Objective-C

//
// PNObjectViewController.m
// PNObject
//
// Created by Giuseppe Nucifora on 12/28/2015.
// Copyright (c) 2015 Giuseppe Nucifora. All rights reserved.
//
#import "PNObjectViewController.h"
@interface PNObjectViewController ()
@end
@implementation PNObjectViewController
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
}
- (void)didReceiveMemoryWarning
{
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}
@end