- //
- // KXUserIdentificationContronller.h
- // QBCS
- //
- // Created by qianbodong on 2017/7/30.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import "KXBaseViewController.h"
- @interface KXUserIdentificationContronller : KXBaseViewController
- @property(nonatomic, strong) NSDictionary *paraDict;
- @end
|