API  1.0.0
CPTextContainer.h
Go to the documentation of this file.
1 
3 {
4  float _lineFragmentPadding // @accessors(property=lineFragmentPadding);
5  CGSize _size // @accessors(property=containerSize);
6  CPLayoutManager _layoutManager // @accessors(property=layoutManager);
7  CPTextView _textView // @accessors(property=textView);
8  BOOL _inResizing;
9 }
10 @end