Eo: Removed "type" property from event/op descriptions.
[profile/ivi/eobj.git] / examples / constructors / simple5.h
1 #ifndef SIMPLE5_H
2 #define SIMPLE5_H
3
4 #include "Eo.h"
5
6 #define SIMPLE5_CLASS simple5_class_get()
7 const Eo_Class *simple5_class_get(void) EINA_CONST;
8
9 #endif