Signal-iOS/SignalUI/Categories/UIViewController+OWS.h
2021-10-19 09:39:53 -03:00

16 lines
259 B
Objective-C

//
// Copyright (c) 2021 Open Whisper Systems. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface UIViewController (OWS)
- (UIViewController *)findFrontmostViewController:(BOOL)ignoringAlerts;
@end
NS_ASSUME_NONNULL_END