Music_Player3/Pods/Target Support Files/Kanna/Kanna-umbrella.h
2024-10-08 17:34:04 +08:00

18 lines
320 B
Objective-C

#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "Kanna.h"
FOUNDATION_EXPORT double KannaVersionNumber;
FOUNDATION_EXPORT const unsigned char KannaVersionString[];