mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-04-21 16:01:58 +00:00
12 lines
369 B
Dart
12 lines
369 B
Dart
// import 'package:hive/hive.dart';
|
|
// import 'package:mangayomi/models/model_manga.dart';
|
|
// part 'manga_history.g.dart';
|
|
|
|
// @HiveType(typeId: 2)
|
|
// class MangaHistoryModel extends HiveObject {
|
|
// @HiveField(0)
|
|
// final ModelManga modelManga;
|
|
// @HiveField(1)
|
|
// final String date;
|
|
// MangaHistoryModel({required this.date, required this.modelManga});
|
|
// }
|