Visual_Novel_iOS/crush/Crush/PrefixHeader.pch

19 lines
536 B
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// 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 */