summaryrefslogtreecommitdiff
path: root/ios/iosremote/iosremote/slideShowSwipeInList_iphone.h
diff options
context:
space:
mode:
Diffstat (limited to 'ios/iosremote/iosremote/slideShowSwipeInList_iphone.h')
-rw-r--r--ios/iosremote/iosremote/slideShowSwipeInList_iphone.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/iosremote/iosremote/slideShowSwipeInList_iphone.h b/ios/iosremote/iosremote/slideShowSwipeInList_iphone.h
index 2ba829802055..a71d57bba6b9 100644
--- a/ios/iosremote/iosremote/slideShowSwipeInList_iphone.h
+++ b/ios/iosremote/iosremote/slideShowSwipeInList_iphone.h
@@ -8,9 +8,11 @@
#import <UIKit/UIKit.h>
@class stopWatch;
+@class Timer;
@interface slideShowSwipeInList : UITableViewController <UITableViewDataSource, UITableViewDelegate>
@property (nonatomic, strong) stopWatch *stopWatch;
+@property (nonatomic, strong) Timer *timer;
@end