Decodable icon indicating copy to clipboard operation
Decodable copied to clipboard

Re-evaluate usage of Foundation types.

Open Anviking opened this issue 9 years ago • 0 comments

Before, the use of Foundation types NSArray, NSDictionary, AnyObject instead of Swift equivalents intentional, and important for performance.

Now that SE-0116 (if that's the right one) is implemented this should perhaps be revisited on some level.

Anviking avatar Aug 17 '16 12:08 Anviking