2020-08-03 21:04:52 +03:00

8 lines
185 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGWarpedView : UIImageView
- (void)transformToFitQuadTopLeft:(CGPoint)tl topRight:(CGPoint)tr bottomLeft:(CGPoint)bl bottomRight:(CGPoint)br;
@end