mirror of
https://github.com/YuhangQ/InvoDB.git
synced 2025-01-30 00:20:58 +00:00
15 lines
155 B
C++
15 lines
155 B
C++
//
|
|
// Created by YuhangQ on 2021/10/9.
|
|
//
|
|
|
|
#ifndef INVODB_COLLECTION_H
|
|
#define INVODB_COLLECTION_H
|
|
|
|
|
|
class Collection {
|
|
|
|
};
|
|
|
|
|
|
#endif //INVODB_COLLECTION_H
|