Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljfischer committed Aug 12, 2016
1 parent ac01fb5 commit a63bc82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SmartDeviceLink/SDLTouchManagerDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2016 smartdevicelink. All rights reserved.
//

#import <UIKit/UIKit.h>

@class SDLTouchManager;

NS_ASSUME_NONNULL_BEGIN
Expand Down

0 comments on commit a63bc82

Please sign in to comment.