NetUtils icon indicating copy to clipboard operation
NetUtils copied to clipboard

Create Image enum/extension

Open twodayslate opened this issue 1 year ago • 0 comments

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")
  }
}

twodayslate avatar Jul 21 '22 02:07 twodayslate