Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions STPopup/STPopupController.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ typedef NS_ENUM(NSUInteger, STPopupTransitionStyle) {
STPopupTransitionStyleFade
};

@interface STPopupContainerViewController : UIViewController

@end

@interface STPopupController : NSObject

@property (nonatomic, assign) STPopupStyle style;
Expand Down
4 changes: 0 additions & 4 deletions STPopup/STPopupController.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@

static NSMutableSet *_retainedPopupControllers;

@interface STPopupContainerViewController : UIViewController

@end

@implementation STPopupContainerViewController

- (UIStatusBarStyle)preferredStatusBarStyle
Expand Down