summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLPermissionConstants.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-10-24 10:22:52 -0600
committerMuller, Alexander (A.) <amulle19@ford.com>2016-10-24 10:22:52 -0600
commit588e2d0b57d83680a159ef0fc8a7cc00255c6ef8 (patch)
tree8416c0eaabecfce67d4f806da69fc452cc9e4767 /SmartDeviceLink/SDLPermissionConstants.h
parente9ba7362d69d24838e9573a5c904d55dd3a29949 (diff)
downloadsdl_ios-588e2d0b57d83680a159ef0fc8a7cc00255c6ef8.tar.gz
Removed imports and put in superclass.
Diffstat (limited to 'SmartDeviceLink/SDLPermissionConstants.h')
-rw-r--r--SmartDeviceLink/SDLPermissionConstants.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLPermissionConstants.h b/SmartDeviceLink/SDLPermissionConstants.h
index eb9610921..73d8bf0bb 100644
--- a/SmartDeviceLink/SDLPermissionConstants.h
+++ b/SmartDeviceLink/SDLPermissionConstants.h
@@ -8,8 +8,6 @@
#import <Foundation/Foundation.h>
-#import "NSNumber+NumberType.h"
-
NS_ASSUME_NONNULL_BEGIN
@@ -60,4 +58,4 @@ typedef NS_ENUM(NSUInteger, SDLPermissionGroupStatus) {
*/
typedef void (^SDLPermissionsChangedHandler)(NSDictionary<SDLPermissionRPCName *, NSNumber<SDLBool> *> *_Nonnull change, SDLPermissionGroupStatus status);
-NS_ASSUME_NONNULL_END \ No newline at end of file
+NS_ASSUME_NONNULL_END