accountDetails.h 261 B

12345678910111213
  1. //
  2. // paiHangBang.h
  3. // yunbaolive
  4. //
  5. // Created by 王敏欣 on 2016/11/1.
  6. // Copyright © 2016年 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface accountDetails : YBBaseViewController
  10. @property (nonatomic, strong)NSString *fromType;
  11. @end