8 lines
81 B
C
8 lines
81 B
C
#ifndef MODEL_H
|
|
#define MODEL_H
|
|
|
|
#include "User.h"
|
|
#include "Database.h"
|
|
|
|
#endif
|