mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-16 18:40:05 +00:00
14 lines
193 B
Objective-C
14 lines
193 B
Objective-C
//
|
|
// BITBlurImageAnnotation.h
|
|
// HockeySDK
|
|
//
|
|
// Created by Moritz Haarmann on 26.02.14.
|
|
//
|
|
//
|
|
|
|
#import "BITImageAnnotation.h"
|
|
|
|
@interface BITBlurImageAnnotation : BITImageAnnotation
|
|
|
|
@end
|