Repository URL to install this package:
Version:
1.0.11 ▾
|
com.vipera.de.foundation.apprating
/
src
/
ios
/
DEAppRating.framework
/
PrivateHeaders
/
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