| 123456789101112131415161718 |
- //
- // 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
- }
|