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