mirror of
https://github.com/LeoNatan/LNPopupController.git
synced 2026-07-30 16:11:51 +00:00
Import latest LNPopupController master branch with iOS 12 fixes
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// SettingsTableViewController.h
|
||||
// LNPopupControllerExample
|
||||
//
|
||||
// Created by Leo Natan on 18/03/2017.
|
||||
// Copyright © 2017 Leo Natan. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
extern NSString* const PopupSettingsBarStyle;
|
||||
extern NSString* const PopupSettingsInteractionStyle;
|
||||
extern NSString* const PopupSettingsProgressViewStyle;
|
||||
extern NSString* const PopupSettingsCloseButtonStyle;
|
||||
extern NSString* const PopupSettingsExtendBar;
|
||||
extern NSString* const PopupSettingsHidesBottomBarWhenPushed;
|
||||
|
||||
@interface SettingsTableViewController : UITableViewController @end
|
||||
Reference in New Issue
Block a user