mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 03:20:09 +00:00
17 lines
273 B
Objective-C
17 lines
273 B
Objective-C
//
|
|
// BITFeedbackMessageAttachment+QLPreviewItem.h
|
|
// HockeySDK
|
|
//
|
|
// Created by Moritz Haarmann on 30.04.14.
|
|
//
|
|
//
|
|
|
|
#import "BITFeedbackMessageAttachment.h"
|
|
#import <QuickLook/QuickLook.h>
|
|
|
|
@interface BITFeedbackMessageAttachment (QLPreviewItem)<QLPreviewItem>
|
|
|
|
|
|
|
|
@end
|