OOFormConfigProtocol.swift 237 B

123456789101112
  1. //
  2. // OOFormConfigProtocol.swift
  3. // o2app
  4. //
  5. // Created by 刘振兴 on 2018/1/25.
  6. // Copyright © 2018年 zone. All rights reserved.
  7. //
  8. import Foundation
  9. protocol OOFormConfigEnable {
  10. func configItem(_ model:OOFormBaseModel)
  11. }