26d22d27854a8a6a24a2ea0bbc59920f3d7b1ef1
[profile/ivi/eobj.git] / examples / mixin / mixin2.h
1 #ifndef MIXIN2_H
2 #define MIXIN2_H
3
4 #include "Eobj.h"
5
6 #define MIXIN2_CLASS mixin2_class_get()
7 const Eobj_Class *mixin2_class_get(void) EINA_CONST;
8
9 #endif