show, hide is now supported in screen, adding onShow (!= onShown), onHide
[enigma2.git] / lib / driver / etimezone.h
1 #ifndef __etimezone_h
2 #define __etimezone_h
3
4 class etimezone
5 {
6 public:
7         etimezone();
8 };
9
10 #endif
11