9 lines
138 B
C
9 lines
138 B
C
|
#ifndef __VISITORRECORDSPAGE_H__
|
||
|
#define __VISITORRECORDSPAGE_H__
|
||
|
|
||
|
class VisitorRecordsPage {
|
||
|
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif // __VISITORRECORDSPAGE_H__
|