summaryrefslogtreecommitdiffhomepage
path: root/dev/Usr/LibCF/String.h
blob: d87c2d2d8723948fd5a796161e152b6c601b8ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

/* -------------------------------------------

	Copyright (C) 2025, Amlal EL Mahrouss, all rights reserved.

------------------------------------------- */

#pragma once

#include <LibCF/Object.h>

namespace LibCF
{
    class CFString;

    class CFString final CF_OBJECT
    {
    public:

    };
}