Files
Swiftgram/Watch/Extension/TGAudioMicAlertController.h
Peter Iakovlev 77ee5c4dab Added .gitignore
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