diff options
Diffstat (limited to 'SmartDeviceLink_Example/PopupViewController.h')
-rw-r--r-- | SmartDeviceLink_Example/PopupViewController.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/SmartDeviceLink_Example/PopupViewController.h b/SmartDeviceLink_Example/PopupViewController.h new file mode 100644 index 000000000..916e76213 --- /dev/null +++ b/SmartDeviceLink_Example/PopupViewController.h @@ -0,0 +1,17 @@ +// +// PopupViewController.h +// SmartDeviceLink +// +// Created by Nicole on 12/12/19. +// Copyright © 2019 smartdevicelink. All rights reserved. +// + +#import <UIKit/UIKit.h> + +NS_ASSUME_NONNULL_BEGIN + +@interface PopupViewController : UIViewController + +@end + +NS_ASSUME_NONNULL_END |