2014 snapchat source code

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