Browse Source

Rename: File -> EnteFile

Neeraj Gupta 1 year ago
parent
commit
b50fde4753
1 changed files with 0 additions and 8 deletions
  1. 0 8
      lib/models/ente_file.dart

+ 0 - 8
lib/models/ente_file.dart

@@ -1,8 +0,0 @@
-// EnteFile is base file entry for various type of files
-// like DeviceFile,RemoteFile or TrashedFile
-
-abstract class EnteFile {
-  // returns cacheKey which should be used while caching entry related to
-  // this file.
-  String cacheKey();
-}