#import #import @interface TGPhotoStickerSelectionView : TGPhotoPaintEntitySelectionView @end @protocol TGPhotoPaintStickersContext; @interface TGPhotoStickerEntityView : TGPhotoPaintEntityView @property (nonatomic, readonly) TGPhotoPaintStickerEntity *entity; @property (nonatomic, readonly) bool isMirrored; - (instancetype)initWithEntity:(TGPhotoPaintStickerEntity *)entity context:(id)context; - (void)mirror; - (UIImage *)image; - (CGRect)realBounds; @end