Swiftgram/Classes/BITAttachmentGalleryViewController.h
2014-03-06 15:49:25 +01:00

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