mirror of
https://github.com/LeoNatan/LNPopupController.git
synced 2026-07-30 16:11:51 +00:00
18 lines
292 B
Objective-C
18 lines
292 B
Objective-C
//
|
|
// IntroWebViewController.h
|
|
// LNPopupControllerExample
|
|
//
|
|
// Created by Leo Natan on 10/28/20.
|
|
// Copyright © 2020 Leo Natan. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface IntroWebViewController : UIViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|