mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Add a UIActivity subclass and the option to invoke compose view from anywhere modally
This commit is contained in:
@@ -29,8 +29,14 @@
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import "BITFeedbackComposeViewControllerDelegate.h"
|
||||
|
||||
|
||||
@interface BITFeedbackComposeViewController : UIViewController <UITextViewDelegate>
|
||||
|
||||
@property (nonatomic, assign) id<BITFeedbackComposeViewControllerDelegate> delegate;
|
||||
|
||||
- (id)init;
|
||||
- (id)initWithDelegate:(id<BITFeedbackComposeViewControllerDelegate>)delegate;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user