Files

19 lines
579 B
Objective-C

//
// 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