#import "TGPhotoEditorTabController.h" #import @class PGPhotoEditor; @class TGSuggestionContext; @class TGPhotoEditorPreviewView; @interface TGPhotoCaptionController : TGPhotoEditorTabController @property (nonatomic, copy) void (^captionSet)(NSString *caption, NSArray *entities); @property (nonatomic, strong) TGSuggestionContext *suggestionContext; - (instancetype)initWithContext:(id)context photoEditor:(PGPhotoEditor *)photoEditor previewView:(TGPhotoEditorPreviewView *)previewView caption:(NSString *)caption; @end