Guest User

Untitled

a guest
Jun 23rd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. final class Cache: NSCache<AnyObject, AnyObject> {
  2. static let sharedInstance = Cache()
  3. private override func init() {
  4. // 特に何もする必要なし
  5. }
  6. }
Add Comment
Please, Sign In to add comment