19 lines
383 B
C
19 lines
383 B
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[];
|
||
|
|