12345678910111213141516 |
- //
- // ShowCommentVC.h
- // jiaPei
- //
- // Created by apple on 16/6/27.
- // Copyright © 2016年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface ShowCommentVC : UIViewController
- @property(nonatomic, copy) NSString *classID;
- @property(nonatomic, copy) NSString *stuId;
- @end
|