mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
9 lines
94 B
C++
9 lines
94 B
C++
#ifndef UI_C_OBSERVER_HPP
|
|
#define UI_C_OBSERVER_HPP
|
|
|
|
class CObserver {
|
|
// TODO
|
|
};
|
|
|
|
#endif
|