summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLTimer.h
diff options
context:
space:
mode:
authorharisheb <ebuser@EBUsers-MacBook-Air.local>2017-09-26 16:21:31 -0400
committerharisheb <ebuser@EBUsers-MacBook-Air.local>2017-09-26 16:21:31 -0400
commitd3fdb25fdaf634d07c7cb0f035ae31213851c7e8 (patch)
treed7513702d44404b4084c271ea4dde43e3d0ecd9c /SmartDeviceLink/SDLTimer.h
parent20f9b8af3884a87c824b4a77c72a76d86ca3b45e (diff)
parented12d08ac6b90cfda647e79012ec16a78ea95035 (diff)
downloadsdl_ios-d3fdb25fdaf634d07c7cb0f035ae31213851c7e8.tar.gz
Merge branch 'feature/haptic_manager_rebase' of https://github.com/ChrisB-Elektrobit/sdl_ios into feature/haptic_manager_rebase
Diffstat (limited to 'SmartDeviceLink/SDLTimer.h')
-rw-r--r--SmartDeviceLink/SDLTimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLTimer.h b/SmartDeviceLink/SDLTimer.h
index 0382b7f67..cba9efefa 100644
--- a/SmartDeviceLink/SDLTimer.h
+++ b/SmartDeviceLink/SDLTimer.h
@@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (assign, nonatomic) float duration;
- (instancetype)init;
-- (instancetype)initWithDuration:(float)duration __deprecated;
+- (instancetype)initWithDuration:(float)duration;
- (instancetype)initWithDuration:(float)duration repeat:(BOOL)repeat;
- (void)start;
- (void)cancel;