Sign in

iOS Team / ScioLive · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ScioLive
  • ..
  • Headers
  • MOBFDataModel.h
  • no message
    17196016
    zhangxiaowen authored
    2019-07-16 11:12:40 +0800  
    Browse Code »
MOBFDataModel.h 326 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
//
//  MOBFDataModel.h
//  MOBFoundation
//
//  Created by 冯鸿杰 on 17/2/15.
//  Copyright © 2017年 MOB. All rights reserved.
//

#import <Foundation/Foundation.h>
#import "IMOBFDataModel.h"

/**
 数据模型
 */
@interface MOBFDataModel : NSObject <IMOBFDataModel,
                                     NSCoding>

@end