×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: Nigel Smith
Added: Mar 15, 2018 5:13 PM
Views: 2888
Tags: no tags
  1. final class ClassName {
  2.  
  3.         static let share = ClassName()
  4.         private init() {}
  5.  
  6. }