- //
- // MNQtTrainVC.h
- // jiaPei
- //
- // Created by EchoShacolee on 2018/4/3.
- // Copyright © 2018年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface MNQtTrainVC : UIViewController
- @property (weak, nonatomic) IBOutlet NSLayoutConstraint *play;
- @end
|