mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
14 lines
195 B
Objective-C
14 lines
195 B
Objective-C
//
|
|
// BITArrowImageAnnotation.h
|
|
// HockeySDK
|
|
//
|
|
// Created by Moritz Haarmann on 26.02.14.
|
|
//
|
|
//
|
|
|
|
#import "BITImageAnnotation.h"
|
|
|
|
@interface BITArrowImageAnnotation : BITImageAnnotation
|
|
|
|
@end
|