11 lines
132 B
C
11 lines
132 B
C
|
|
#ifndef COLLATIONMODEL_H
|
||
|
|
#define COLLATIONMODEL_H
|
||
|
|
|
||
|
|
|
||
|
|
class CollationModel
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
CollationModel();
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif // COLLATIONMODEL_H
|