Swiftgram/Classes/BITFeedbackActivity.h
Andreas Linde 34bb4cb758 Add option to Feedback compose UI to be pre filled with data
Accepts an array with data to fill it up with, much like UIActivity. Allows easier option to expand with more content types in the future
2012-10-18 20:04:51 +02:00

16 lines
267 B
Objective-C

//
// BITFeedbackActivity.h
// HockeySDK
//
// Created by Andreas Linde on 15.10.12.
//
//
#import <UIKit/UIKit.h>
#import "BITFeedbackComposeViewControllerDelegate.h"
@interface BITFeedbackActivity : UIActivity <BITFeedbackComposeViewControllerDelegate>
@end