twodayslate / NetUtils

WHOIS, DNS, ping, view source, and more!
https://itunes.apple.com/us/app/netutils/id1434360325?mt=8
Other
34 stars 6 forks source link

Have HostSectionModel return more generic content #125

Closed twodayslate closed 1 year ago

twodayslate commented 1 year ago

This might be possible with Swift 5.7. Perhaps return [any CopyCellProtocol]?

This will be required if we want cells to return images (#94 for example)

Open to other ideas as well.