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

Create Image enum/extension #101

Open twodayslate opened 2 years ago

twodayslate commented 2 years ago

Should create an image extension so we can reference an image in code instead of typing the string

https://github.com/twodayslate/NetUtils/pull/99#discussion_r925065677

Perhaps

extension Image {
  enum netutils {
    static let ping = Image("ping")
  }
}