Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LLSimpleCamera/LLSimpleCamera.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,12 @@ typedef enum : NSUInteger {
- (BOOL)updateFlashMode:(LLCameraFlash)cameraFlash;

/**
* Checks if flash is avilable for the currently active device.
* Checks if flash is available for the currently active device.
*/
- (BOOL)isFlashAvailable;

/**
* Checks if torch (flash for video) is avilable for the currently active device.
* Checks if torch (flash for video) is available for the currently active device.
*/
- (BOOL)isTorchAvailable;

Expand Down