@interface ODDAlgorithm : ODDLayoutObject { int mType; } - (void)setType:(int)a0; - (id)description; - (int)type; @end