mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-23 16:16:08 +02:00
8 lines
170 B
Objective-C
8 lines
170 B
Objective-C
#import "TGInterfaceController.h"
|
|
|
|
@interface TGAudioMicAlertController : TGInterfaceController
|
|
|
|
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *alertLabel;
|
|
|
|
@end
|