mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-08-02 05:25:35 -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;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public List<Alert> fetchUnread() {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user