BusinessCard.swift 308 B

123456789101112131415161718
  1. //
  2. // BusinessCard.swift
  3. // SocketChat
  4. //
  5. // Created by Justine on 16/6/20.
  6. // Copyright © 2016年 AppCoda. All rights reserved.
  7. //
  8. import Foundation
  9. import CoreData
  10. @objc(BusinessCard)
  11. class BusinessCard: NSManagedObject {
  12. // Insert code here to add functionality to your managed object subclass
  13. }