Let's make (git) history!
Esse commit está contido em:
13
category.h
Arquivo normal
13
category.h
Arquivo normal
@@ -0,0 +1,13 @@
|
||||
#ifndef CATEGORY_H
|
||||
#define CATEGORY_H
|
||||
|
||||
#include <string>
|
||||
class Category
|
||||
{
|
||||
public:
|
||||
Category();
|
||||
unsigned int id;
|
||||
std::string name;
|
||||
};
|
||||
|
||||
#endif // CATEGORY_H
|
Referência em uma nova issue
Block a user