Swiftgram/Classes/BITImageAnnotationViewController.h
2014-02-17 21:04:03 +01:00

16 lines
251 B
Objective-C

//
// BITImageAnnotationViewController.h
// HockeySDK
//
// Created by Moritz Haarmann on 14.02.14.
//
//
#import <UIKit/UIKit.h>
@interface BITImageAnnotationViewController : UIViewController
@property (nonatomic, strong) UIImage *image;
@end