@interface GEOColor : NSObject @property (readonly, nonatomic) int systemColor; - (id)initWithSystemColor:(int)a0; - (id)initWithColor:(id)a0; @end