2014 snapchat source code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
395 B

  1. //
  2. // SCManagedFrontFlashController.h
  3. // Snapchat
  4. //
  5. // Created by Liu Liu on 5/4/15.
  6. // Copyright (c) 2015 Liu Liu. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. // This object is only access on SCManagedCapturer thread
  10. @interface SCManagedFrontFlashController : NSObject
  11. @property (nonatomic, assign) BOOL flashActive;
  12. @property (nonatomic, assign) BOOL torchActive;
  13. @end