17 lines
445 B
Plaintext
17 lines
445 B
Plaintext
//
|
|
// anniversaryPCH.pch
|
|
// anniversary_Project
|
|
//
|
|
// Created by 忆海16 on 2024/7/30.
|
|
//
|
|
|
|
|
|
#import "anniversary_Project-Swift.h"
|
|
#ifndef anniversaryPCH_pch
|
|
#define anniversaryPCH_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 /* anniversaryPCH_pch */
|