+ Changing machines..

This commit is contained in:
moritz haarmann
2014-02-17 21:04:03 +01:00
parent 4b359e7771
commit 38af43bdb5
10 changed files with 266 additions and 25 deletions

View File

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