mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-11-02 17:30:43 -05: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