14 lines
259 B
Objective-C
14 lines
259 B
Objective-C
//
|
|
// PNXMPPFrameworkViewController.h
|
|
// PNXMPPFramework
|
|
//
|
|
// Created by Giuseppe Nucifora on 02/24/2016.
|
|
// Copyright (c) 2016 Giuseppe Nucifora. All rights reserved.
|
|
//
|
|
|
|
@import UIKit;
|
|
|
|
@interface PNXMPPFrameworkViewController : UIViewController
|
|
|
|
@end
|