blob: ccb6565511e5ddf11c91f02ba9718798448a7288 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
//
// TestHapticRectViewController.h
// SmartDeviceLinkTests
//
// Created by Nicole on 9/1/20.
// Copyright © 2020 smartdevicelink. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
/// Test view controller for testing the SDLFocusableItemLocator's preferredFocusEnvironments
@interface TestHapticRectViewController : UIViewController
@end
NS_ASSUME_NONNULL_END
|