mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
9 lines
317 B
Objective-C
Executable File
9 lines
317 B
Objective-C
Executable File
#import <BroadcastUploadHelpers/BroadcastUploadHelpers.h>
|
|
|
|
void finishBroadcastGracefully(RPBroadcastSampleHandler * _Nonnull broadcastSampleHandler) {
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Wnonnull"
|
|
[broadcastSampleHandler finishBroadcastWithError:nil];
|
|
#pragma clang diagnostic pop
|
|
}
|