123456789101112131415161718 |
- //
- // KMAdvertisement_iOS.h
- // KMAdvertisement_iOS
- //
- // Created by lizhe on 2022/11/29.
- //
- #import <Foundation/Foundation.h>
- //! Project version number for KMAdvertisement_iOS.
- FOUNDATION_EXPORT double KMAdvertisement_iOSVersionNumber;
- //! Project version string for KMAdvertisement_iOS.
- FOUNDATION_EXPORT const unsigned char KMAdvertisement_iOSVersionString[];
- // In this header, you should import all the public headers of your framework using statements like #import <KMAdvertisement_iOS/PublicHeader.h>
|