12 lines
141 B
C++
12 lines
141 B
C++
#ifndef CCONTACTSWINDOW_H
|
|
#define CCONTACTSWINDOW_H
|
|
|
|
|
|
class CContactsWindow
|
|
{
|
|
public:
|
|
CContactsWindow();
|
|
};
|
|
|
|
#endif // CCONTACTSWINDOW_H
|