Swiftgram/Classes/BITBlurImageAnnotation.h
2014-02-26 15:22:44 +01:00

14 lines
193 B
Objective-C

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