Import latest LNPopupController master branch with iOS 12 fixes

This commit is contained in:
Léo Natan
2025-04-05 13:27:01 +03:00
parent 6ab380e003
commit 0764f1b517
524 changed files with 12302 additions and 1625 deletions
@@ -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