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