@interface CPLayoutMaker : NSObject - (BOOL)column:(id)a0 fits:(id)a1; - (void)makeLayouts:(id)a0 from:(id)a1; @end