8 lines
141 B
Objective-C
8 lines
141 B
Objective-C
@interface UIView (VisualTestSizingUtils)
|
|
|
|
- (void)wmf_sizeToFitWidth:(CGFloat)width;
|
|
|
|
- (CGRect)wmf_sizeThatFitsWidth:(CGFloat)width;
|
|
|
|
@end
|