added class Header

This commit is contained in:
Ivan Morozov
2022-06-03 20:37:35 +03:00
parent b72955c5db
commit e49127b686
9 changed files with 300 additions and 8 deletions

View File

@ -0,0 +1,7 @@
#include "cfstorage.h"
using namespace CFCPP;
CFStorage::CFStorage()
{
}