mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
refa: horizontal member page
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -6,3 +6,14 @@ class Pair<T, R> {
|
||||
T first;
|
||||
R second;
|
||||
}
|
||||
|
||||
class Triple<T, R, S> {
|
||||
Triple({
|
||||
required this.first,
|
||||
required this.second,
|
||||
required this.third,
|
||||
});
|
||||
T first;
|
||||
R second;
|
||||
S third;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user