15 lines
423 B
Plaintext
15 lines
423 B
Plaintext
//
|
|
// WallPaperPCH.pch
|
|
// wallpaper_project
|
|
//
|
|
// Created by 忆海16 on 2024/3/11.
|
|
//
|
|
#import "wallpaper_project"
|
|
#ifndef WallPaperPCH_pch
|
|
#define WallPaperPCH_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.
|
|
|
|
#endif /* WallPaperPCH_pch */
|