// // BusinessCardGroup.swift // SocketChat // // Created by Justine on 16/6/20. // Copyright © 2016年 AppCoda. All rights reserved. // import Foundation import CoreData @objc(BusinessCardGroup) class BusinessCardGroup: NSManagedObject { // Insert code here to add functionality to your managed object subclass }