|
@@ -13,6 +13,12 @@
|
|
|
|
|
|
#import "VLCStatusLabel.h"
|
|
#import "VLCStatusLabel.h"
|
|
|
|
|
|
|
|
+@interface VLCStatusLabel ()
|
|
|
|
+{
|
|
|
|
+ NSTimer *_displayTimer;
|
|
|
|
+}
|
|
|
|
+@end
|
|
|
|
+
|
|
@implementation VLCStatusLabel
|
|
@implementation VLCStatusLabel
|
|
|
|
|
|
- (void)showStatusMessage:(NSString *)message
|
|
- (void)showStatusMessage:(NSString *)message
|