TF-675 Change UpdateAttachmentInteractor and repository

This commit is contained in:
dab246
2022-07-05 19:31:18 +07:00
committed by Dat H. Pham
parent 68cf78dc80
commit 87beef9230
7 changed files with 15 additions and 112 deletions
@@ -1,5 +0,0 @@
import 'package:model/model.dart';
abstract class ComposerDataSource {
Future<Attachment> uploadAttachment(UploadRequest uploadRequest);
}