Swiftgram/Watch/Extension/TGAudioMicAlertController.h
2018-11-14 23:03:33 +04:00

8 lines
170 B
Objective-C

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