Add Tizen 2.0 packaging
[profile/ivi/eobj.git] / src / tests / mixin / mixin3.h
1 #ifndef MIXIN3_H
2 #define MIXIN3_H
3
4 typedef struct
5 {
6    int count;
7 } Mixin3_Public_Data;
8
9 #define MIXIN3_CLASS mixin3_class_get()
10 const Eo_Class *mixin3_class_get(void);
11
12 #endif