// // BITImageAnnotation.h // HockeySDK // // Created by Moritz Haarmann on 24.02.14. // // #import @interface BITImageAnnotation : UIView @property (nonatomic) CGSize movedDelta; @property (nonatomic, weak) UIImage *sourceImage; @property (nonatomic) CGRect imageFrame; -(BOOL)resizable; @end