| 12345678910111213141516171819 |
- //
- // BluetoothUnityAPI.h
- // BluetoothUnityAPI
- //
- // Created by MAC on 5/4/19.
- // Copyright © 2019 Tony Abou Zaidan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //#import <BluetoothUnityAPI/BluetoothUnityAPI-Swift.h>
- //! Project version number for BluetoothUnityAPI.
- FOUNDATION_EXPORT double BluetoothUnityAPIVersionNumber;
- //! Project version string for BluetoothUnityAPI.
- FOUNDATION_EXPORT const unsigned char BluetoothUnityAPIVersionString[];
- // In this header, you should import all the public headers of your framework using statements like #import <BluetoothUnityAPI/PublicHeader.h>
|