EngineKit
Shape.h
1 
2 
3 #import "Item.h"
4 
5 
10 @interface Shape : Item
19 @property (nonatomic, strong) id color;
20 @end
Definition: Item.h:8
Definition: Shape.h:10
id color
Definition: Shape.h:19