Swiftgram/Classes/BITRectangleImageAnnotation.h
2014-02-25 15:07:59 +01:00

14 lines
203 B
Objective-C

//
// BITRectangleImageAnnotation.h
// HockeySDK
//
// Created by Moritz Haarmann on 25.02.14.
//
//
#import "BITImageAnnotation.h"
@interface BITRectangleImageAnnotation : BITImageAnnotation
@end