1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
Source-SnapChatCamera/ManagedCapturer/SCScanConfiguration.h
2018-08-08 02:32:46 +03:00

19 lines
410 B
Objective-C

//
// SCScanConfiguration.h
// Snapchat
//
// Created by Yang Dai on 3/7/17.
// Copyright © 2017 Snapchat, Inc. All rights reserved.
//
#import "SCManagedCapturer.h"
#import <SCSession/SCUserSession.h>
@interface SCScanConfiguration : NSObject
@property (nonatomic, strong) sc_managed_capturer_scan_results_handler_t scanResultsHandler;
@property (nonatomic, strong) SCUserSession *userSession;
@end