issues
search
cs130-w21
/
dots-ios
Team 8 - Available on the App Store!
https://apple.co/2O5rYxs
Apache License 2.0
8
stars
2
forks
source link
Implement `DotsData` class methods (Accessors)
#44
Closed
JackZhao98
closed
3 years ago
JackZhao98
commented
3 years ago
Implement accessors in
Models/DotsData
TODO
[x] func getGroup() -> [Int]
[x] func getPaidBills() -> [BillObject]
[x] func getUnpaidBills() -> [BillObject]
[x] func filterBills(associatedWith: Int) -> [BillObject]
Implement accessors in Models/DotsData
TODO