APBToygerViewController.h 276 B

12345678910111213
  1. //
  2. // APFViewController.h
  3. // APFaceDetectBiz
  4. //
  5. // Created by 晗羽 on 8/25/16.
  6. // Copyright © 2016 Alipay. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface APBToygerViewController : UIViewController
  10. -(void)setStatusBarBackgroundColor:(UIColor *)color;
  11. @end