summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLFocusableItemLocator.h
blob: 017ee4fcd31a8afbe567586136f58aaf6fd9691c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//
//  SDLHapticManager.h
//  SmartDeviceLink-iOS
//
//  Copyright © 2017 smartdevicelink. All rights reserved.
//

#import <UIKit/UIKit.h>

#import "SDLFocusableItemLocatorType.h"
#import "SDLFocusableItemHitTester.h"

NS_ASSUME_NONNULL_BEGIN

@interface SDLFocusableItemLocator : NSObject <SDLFocusableItemLocatorType, SDLFocusableItemHitTester>

@property (nonatomic, assign) BOOL enableHapticDataRequests;

/**
 The projection window associated with the Haptic Manager
 */
@property (nonatomic, weak) UIViewController *viewController;

@end

NS_ASSUME_NONNULL_END