Swiftgram/Classes/BITImageAnnotation.h
2014-03-19 13:10:44 +01:00

19 lines
317 B
Objective-C

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