// // BITFeedbackActivity.h // HockeySDK // // Created by Andreas Linde on 15.10.12. // // #import #import "BITFeedbackComposeViewControllerDelegate.h" @interface BITFeedbackActivity : UIActivity @property (nonatomic, retain) UIImage *shareImage; @property (nonatomic, retain) NSString *shareString; @end