mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: sponsor block
This commit is contained in:
8
lib/common/widgets/pair.dart
Normal file
8
lib/common/widgets/pair.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
class Pair<T, R> {
|
||||
Pair({
|
||||
required this.first,
|
||||
required this.second,
|
||||
});
|
||||
T first;
|
||||
R second;
|
||||
}
|
||||
Reference in New Issue
Block a user