diff options
| author | Amit Kumar <amitkma@e.email> | 2021-04-29 02:25:01 +0530 | 
|---|---|---|
| committer | Amit Kumar <amitkma@e.email> | 2021-04-29 02:25:01 +0530 | 
| commit | 449e419dfbafeed9a446e36f8de1903981cd0b02 (patch) | |
| tree | c961334c95a6def92420fa57bd640ad2dbbe2959 /flow-mvi/src/main/java/foundation/e/flowmvi/MyClass.kt | |
| parent | c00ab1009aa512fe89b8965cb0bee3827c64fd98 (diff) | |
| download | advanced-privacy-449e419dfbafeed9a446e36f8de1903981cd0b02.tar.gz | |
Add initial implementation of mvi based on kotlin flow
Diffstat (limited to 'flow-mvi/src/main/java/foundation/e/flowmvi/MyClass.kt')
| -rw-r--r-- | flow-mvi/src/main/java/foundation/e/flowmvi/MyClass.kt | 20 | 
1 files changed, 0 insertions, 20 deletions
| diff --git a/flow-mvi/src/main/java/foundation/e/flowmvi/MyClass.kt b/flow-mvi/src/main/java/foundation/e/flowmvi/MyClass.kt deleted file mode 100644 index 32b47a1..0000000 --- a/flow-mvi/src/main/java/foundation/e/flowmvi/MyClass.kt +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2021 E FOUNDATION - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program.  If not, see <https://www.gnu.org/licenses/>. - */ - -package foundation.e.flowmvi - -class MyClass | 
