diff options
Diffstat (limited to 'public/frameworks/CoreFoundation.fwrk/headers/String.h')
| -rw-r--r-- | public/frameworks/CoreFoundation.fwrk/headers/String.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/frameworks/CoreFoundation.fwrk/headers/String.h b/public/frameworks/CoreFoundation.fwrk/headers/String.h new file mode 100644 index 00000000..10ce01a9 --- /dev/null +++ b/public/frameworks/CoreFoundation.fwrk/headers/String.h @@ -0,0 +1,20 @@ + +/* ------------------------------------------- + + Copyright (C) 2025, Amlal EL Mahrouss, all rights reserved. + +------------------------------------------- */ + +#pragma once + +#include <CoreFoundation.fwrk/headers/Object.h> + +namespace LibCF +{ + class CFString; + + class CFString final CF_OBJECT + { + public: + }; +} // namespace LibCF
\ No newline at end of file |
