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