mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-27 21:50:50 +00:00
19 lines
372 B
Objective-C
19 lines
372 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>
|
|
|
|
@property (nonatomic, retain) UIImage *shareImage;
|
|
@property (nonatomic, retain) NSString *shareString;
|
|
|
|
@end
|