李兴辉 89b04fb058 init
2025-03-10 13:49:13 +08:00

19 lines
383 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 "SyczuanNoticeModule.h"
#import "SyczuanNoticeProxy.h"
FOUNDATION_EXPORT double syczuan_noticeVersionNumber;
FOUNDATION_EXPORT const unsigned char syczuan_noticeVersionString[];