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