mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-16 02:20:07 +00:00
14 lines
203 B
Objective-C
14 lines
203 B
Objective-C
//
|
|
// BITRectangleImageAnnotation.h
|
|
// HockeySDK
|
|
//
|
|
// Created by Moritz Haarmann on 25.02.14.
|
|
//
|
|
//
|
|
|
|
#import "BITImageAnnotation.h"
|
|
|
|
@interface BITRectangleImageAnnotation : BITImageAnnotation
|
|
|
|
@end
|