Visual_Novel_iOS/crush/Crush/PrefixHeader.pch

19 lines
536 B
Plaintext
Raw Normal View History

2025-10-09 10:29:35 +00:00
//
// PrefixHeader.pch
//
#ifndef PrefixHeader_pch
#define PrefixHeader_pch
// Include any system framework and library headers here that should be included in all compilation units.
// You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
// OC相关代码需要以下
// swift 桥接文件用于OC 调用 swift 方法
#import "CrushLevel-Swift.h"
#import "CommonDefine.h"
#import <MJExtension/MJExtension.h>
#import <NIMSDK/NIMSDK.h>
#endif /* PrefixHeader_pch */