mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-28 14:10:44 +00:00
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
16 lines
267 B
Objective-C
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
|