mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-06-30 13:26:24 -04:00
Add the fetchUnread method to the AlertDB to be implemented.
This commit is contained in:
@ -29,4 +29,8 @@ public class AlertDB {
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
public List<Alert> fetchUnread() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user