3e15e3e62a090b310c82e21adb840784348596bf
[profile/ivi/eobj.git] / src / tests / composite_objects / comp.h
1 #ifndef COMP_H
2 #define COMP_H
3
4 #include "Eo.h"
5
6 #define COMP_CLASS comp_class_get()
7 const Eo_Class *comp_class_get(void) EINA_CONST;
8
9 #endif