KissCount/model/model.h

8 lines
81 B
C

#ifndef MODEL_H
#define MODEL_H
#include "User.h"
#include "Database.h"
#endif