@class NSArray, NSMutableArray; @interface TextColumn : NSObject @property (retain, nonatomic) NSMutableArray *mutableRows; @property (readonly, retain, nonatomic) NSArray *rows; @property (readonly) unsigned long long rowCount; - (id)init; - (void).cxx_destruct; - (id)initWithRows:(id)a0; - (void)addRow:(id)a0; - (void)sortRowsInAscendingOrder; @end