mirror of
https://github.com/nini22P/iris.git
synced 2026-06-05 19:38:11 +08:00
8 lines
273 B
Dart
8 lines
273 B
Dart
class INFO {
|
|
static const String title = 'IRIS';
|
|
static const String author = '22';
|
|
static const String authorUrl = 'https://github.com/nini22P';
|
|
static const String githubUrl = 'https://github.com/nini22P/iris';
|
|
static const String msStoreId = '9NML7WNHNRTJ';
|
|
}
|