Swiftgram/Classes/BITAttachmentGalleryViewController.h
2014-04-15 16:29:51 +02:00

20 lines
380 B
Objective-C

//
// BITAttachmentGalleryViewController.h
// HockeySDK
//
// Created by Moritz Haarmann on 06.03.14.
//
//
#import <UIKit/UIKit.h>
@class BITFeedbackMessageAttachment;
@interface BITAttachmentGalleryViewController : UIViewController
@property (nonatomic, strong) NSArray *messages;
@property (nonatomic, strong) BITFeedbackMessageAttachment *preselectedAttachment;
@end