@interface _CCUIPositionRememberingSeparator : UIView @property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } cachedExpandedRect; @end
@interface _CCUIPositionRememberingSeparator : UIView @property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } cachedExpandedRect; @end