mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -05:00
Add the fetchUnread method to the AlertDB to be implemented.
This commit is contained in:
parent
0c98d681d1
commit
a96694e4ad
@ -29,4 +29,8 @@ public class AlertDB {
|
|||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public List<Alert> fetchUnread() {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user