12193fb3943788a6f25129980a27c3e3e6990cd1
[profile/ivi/eobj.git] / examples / mixin / mixin3.h
1 #ifndef MIXIN3_H
2 #define MIXIN3_H
3
4 #include "Eobj.h"
5
6 #define MIXIN3_CLASS mixin3_class_get()
7 const Eobj_Class *mixin3_class_get(void) EINA_CONST;
8
9 #endif