Swiftgram/Classes/BITArrowImageAnnotation.h
2014-02-26 10:10:56 +01:00

14 lines
195 B
Objective-C

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