Branch.swift 290 B

123456789101112131415161718
  1. //
  2. // Branch.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(Branch)
  11. class Branch: NSManagedObject {
  12. // Insert code here to add functionality to your managed object subclass
  13. }