| 12345678910111213141516171819 |
- //
- // G7SensorPlugin.h
- // G7SensorPlugin
- //
- // Created by Pete Schwamb on 11/11/22.
- //
- #import <Foundation/Foundation.h>
- //! Project version number for G7SensorPlugin.
- FOUNDATION_EXPORT double G7SensorPluginVersionNumber;
- //! Project version string for G7SensorPlugin.
- FOUNDATION_EXPORT const unsigned char G7SensorPluginVersionString[];
- // In this header, you should import all the public headers of your framework using statements like #import <G7SensorPlugin/PublicHeader.h>
|