13 lines
382 B
Plaintext
13 lines
382 B
Plaintext
//
|
|
// WallPaperPCH.pch
|
|
// wallpaper_project
|
|
|
|
//#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 */
|