测试配置
This commit is contained in:
18
CustomKeyboard/PrefixHeader.pch
Normal file
18
CustomKeyboard/PrefixHeader.pch
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// PrefixHeader.pch
|
||||
// CustomKeyboard
|
||||
//
|
||||
// Created by Mac on 2025/10/27.
|
||||
//
|
||||
|
||||
#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.
|
||||
|
||||
#define SCREEN_WIDTH [UIScreen mainScreen].bounds.size.width
|
||||
#define SCREEN_HEIGHT [UIScreen mainScreen].bounds.size.width
|
||||
#define imageNamed(s) [UIImage imageNamed:s]
|
||||
|
||||
#endif /* PrefixHeader_pch */
|
||||
Reference in New Issue
Block a user