新建了BaseObject 模型的基类 以及模型相互转换的方法

This commit is contained in:
fengshuo
2021-09-09 11:50:49 +08:00
parent 95f9d0067b
commit dddf7cb014
10 changed files with 113 additions and 17 deletions

View File

@@ -8,11 +8,12 @@ target 'xplan-ios' do
# Pods for xplan-ios
pod 'AFNetworking'
pod 'YYText'
pod 'YYModel'
pod 'Masonry'
pod 'ReactiveObjC'
pod 'MBProgressHUD'
#易盾 本机一键登录
pod 'NTESQuickPass', '~> 2.1.6'
#模型转化
pod 'MJExtension'
end