15 lines
421 B
Plaintext
15 lines
421 B
Plaintext
//
|
|
// waperLivePCH.pch
|
|
// WallpaperHD_Live
|
|
//
|
|
// Created by 忆海16 on 2024/7/22.
|
|
//
|
|
#import "WallpaperHD_Live"
|
|
#ifndef waperLivePCH_pch
|
|
#define waperLivePCH_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 /* waperLivePCH_pch */
|