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