1#include "common.h" 2 3@interface MuTextSelectView : UIView 4- (id) initWithWords:(NSArray *)_words pageSize:(CGSize)_pageSize; 5- (NSArray *) selectionRects; 6- (NSString *) selectedText; 7@end 8 9