Eo: Turn evas example back on.
[profile/ivi/eobj.git] / examples / function_overrides / inherit3.h
1 #ifndef INHERIT3_H
2 #define INHERIT3_H
3
4 #include "Eo.h"
5
6 #define INHERIT3_CLASS inherit3_class_get()
7 const Eo_Class *inherit3_class_get(void) EINA_CONST;
8
9 #endif