Repository URL to install this package:
Version:
1.0.4 ▾
|
com.vipera.de.foundation.commons
/
src
/
ios
/
DECommons.framework
/
Headers
/
UIAlertController+Window.h
|
---|
//
// UIAlertController+Window.h
// FFM
//
// Created by Eric Larson on 6/17/15.
// Copyright (c) 2015 ForeFlight, LLC. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIAlertController (Window)
- (void)show;
- (void)show:(BOOL)animated;
@end