mirror of
https://github.com/signalapp/Signal-iOS.git
synced 2025-12-09 01:31:03 +00:00
The old UIButton API is still functional as long as we don't use UIButton.Configuration, so we can safely ignore these warnings until we're ready to adopt the configuration API across the codebase.
9 lines
166 B
Objective-C
9 lines
166 B
Objective-C
//
|
|
// Copyright 2024 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#import <SignalUI/UIButton+DeprecationWorkaround.h>
|