iOS_jc_printer_sdk/JCPrinterSDK/JCPrinterSDK.h

22 lines
577 B
C
Raw Permalink Normal View History

2023-10-26 09:46:24 +08:00
//
// JCPrinterSDK.h
// JCPrinterSDK
//
// Created by 歪脖子 on 2023/10/21.
//
#import <Foundation/Foundation.h>
//! Project version number for JCPrinterSDK.
FOUNDATION_EXPORT double JCPrinterSDKVersionNumber;
//! Project version string for JCPrinterSDK.
FOUNDATION_EXPORT const unsigned char JCPrinterSDKVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <JCPrinterSDK/PublicHeader.h>
2023-10-26 12:19:54 +08:00
#if !TARGET_IPHONE_SIMULATOR
2023-10-26 09:46:24 +08:00
#import <JCPrinterSDK/JCAPI.h>
#import <JCPrinterSDK/FWnetworkWIFI.h>
2023-10-26 12:19:54 +08:00
#endif