Nenhuma Descrição

KXUserIdentificationContronller.h 308B

12345678910111213
  1. //
  2. // KXUserIdentificationContronller.h
  3. // QBCS
  4. //
  5. // Created by qianbodong on 2017/7/30.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import "KXBaseViewController.h"
  9. @interface KXUserIdentificationContronller : KXBaseViewController
  10. @property(nonatomic, strong) NSDictionary *paraDict;
  11. @end