attrViewController.h 261 B

12345678910111213141516
  1. //
  2. // attrViewController.h
  3. // YBVideo
  4. //
  5. // Created by cat on 16/4/5.
  6. // Copyright © 2016年 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface attrViewController : YBBaseViewController
  10. @property(nonatomic,copy)NSString *guanzhuUID;
  11. @end