summaryrefslogtreecommitdiff
path: root/src/lib/ecore/efl_mono_model_internal_child.eo
blob: ec8d657ca4d635f1ca3a4c6c777c07935734bbf7 (plain)
1
2
3
4
5
6
7
8
9
10
class Efl.Mono_Model_Internal_Child extends Efl.Loop_Consumer implements Efl.Model
{
  implements {
    Efl.Object.constructor;
    Efl.Object.destructor;
    Efl.Model.properties { get; }
    Efl.Model.property { get; set; }
    Efl.Model.child_add;
  }
}