LightingAndSoundVC.h 377 B

1234567891011121314151617181920
  1. //
  2. // LightingAndSoundVC.h
  3. // jiaPei
  4. //
  5. // Created by apple on 16/1/17.
  6. // Copyright © 2016年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "LightingAndSoundViewModel.h"
  10. @interface LightingAndSoundVC : RQBaseViewController
  11. /**判断是灯光操作还是语音模拟
  12. lighting: 4 sound: 5
  13. */
  14. @property (nonatomic, assign) NSInteger styleTag;
  15. @end