Files
ghostgram/Telegram/Watch/Extension/TGAudioMicAlertController.h

8 lines
170 B
Objective-C

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