Swiftgram/Telegram/Watch/Extension/TGAudioMicAlertController.h
2020-02-19 18:44:10 +04:00

8 lines
170 B
Objective-C

#import "TGInterfaceController.h"
@interface TGAudioMicAlertController : TGInterfaceController
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *alertLabel;
@end