- //
- // EditorSkillsController.h
- // model
- //
- // Created by zuxiukuan on 2018/7/17.
- // Copyright © 2018年 Mine. All rights reserved.
- // 编辑技能
- #import "ModelBaseViewController.h"
- @interface EditorSkillsController : ModelBaseViewController
- @property (nonatomic, copy) NSDictionary *skilldic; // 技能
- @end
|