mirror of
https://github.com/LeoNatan/LNPopupController.git
synced 2026-07-30 16:11:51 +00:00
14 lines
258 B
Objective-C
14 lines
258 B
Objective-C
//
|
|
// DemoPopupContentViewController.h
|
|
// LNPopupControllerExample
|
|
//
|
|
// Created by Leo Natan on 6/8/16.
|
|
// Copyright © 2016 Leo Natan. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface DemoPopupContentViewController : UIViewController
|
|
|
|
@end
|