+ Some basic image editing functionality.

This commit is contained in:
moritz haarmann
2014-02-25 15:07:59 +01:00
parent 70e2b6635c
commit 28eee0eb3d
11 changed files with 261 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
//
// BITImageAnnotation.h
// HockeySDK
//
// Created by Moritz Haarmann on 24.02.14.
//
//
#import <UIKit/UIKit.h>
@interface BITImageAnnotation : UIView
@end