mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
16 lines
258 B
Objective-C
16 lines
258 B
Objective-C
//
|
|
// BITAttachmentGalleryViewController.h
|
|
// HockeySDK
|
|
//
|
|
// Created by Moritz Haarmann on 06.03.14.
|
|
//
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface BITAttachmentGalleryViewController : UIViewController
|
|
|
|
@property (nonatomic, strong) NSArray *messages;
|
|
|
|
@end
|