- //
- // RDSLoginVerifyCodeVC.h
- // SmartLightForBigFish
- //
- // Created by coderYK on 2017/11/17.
- // Copyright © 2017年 RD. All rights reserved.
- //
- #import "RDSBaseViewController.h"
- @interface RDSLoginVerifyCodeVC : RDSBaseViewController
- @property (nonatomic, assign) BOOL isPushVc;
- @end
|