9 lines
168 B
Objective-C
9 lines
168 B
Objective-C
//
|
|
// Copyright 2018 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
void fixit_workAroundRotationIssue(UIWindow *window);
|