a3b73872055a7cc79f9f5dd7bdb274790fd8a65c
[profile/ivi/eobj.git] / examples / constructors / simple4.h
1 #ifndef SIMPLE4_H
2 #define SIMPLE4_H
3
4 #include "Eo.h"
5
6 #define SIMPLE4_CLASS simple4_class_get()
7 const Eo_Class *simple4_class_get(void) EINA_CONST;
8
9 #endif