mirror of
https://github.com/easychen/pushdeer.git
synced 2024-11-01 16:19:19 +08:00
8 lines
158 B
C
8 lines
158 B
C
|
//
|
||
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
||
|
//
|
||
|
|
||
|
#if __has_include("WXApi.h")
|
||
|
#import "WXApi.h"
|
||
|
#endif
|