@interface ICTextSelectionRect : UITextSelectionRect @property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } rect; @end
@interface ICTextSelectionRect : UITextSelectionRect @property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } rect; @end