blob: 8b0eaa285a7394c4dc9e04447c8c55d73ac8e1c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
//
// SmartDeviceLinkSwift.h
// SmartDeviceLinkSwift
//
// Created by Joel Fischer on 3/7/17.
// Copyright © 2017 smartdevicelink. All rights reserved.
//
#import <UIKit/UIKit.h>
//! Project version number for SmartDeviceLinkSwift.
FOUNDATION_EXPORT double SmartDeviceLinkSwiftVersionNumber;
//! Project version string for SmartDeviceLinkSwift.
FOUNDATION_EXPORT const unsigned char SmartDeviceLinkSwiftVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <SmartDeviceLinkSwift/PublicHeader.h>
|