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.
56 lines
1.6 KiB
56 lines
1.6 KiB
![]()
2 years ago
|
#ifdef __OBJC__
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#else
|
||
|
#ifndef FOUNDATION_EXPORT
|
||
|
#if defined(__cplusplus)
|
||
|
#define FOUNDATION_EXPORT extern "C"
|
||
|
#else
|
||
|
#define FOUNDATION_EXPORT extern
|
||
|
#endif
|
||
|
#endif
|
||
|
#endif
|
||
|
|
||
|
#import "JLAuthorizationManager.h"
|
||
|
#import "JLAuthorizationProtocol.h"
|
||
|
#import "JLBasePermisssion.h"
|
||
|
#import "JLConstant.h"
|
||
|
#import "JLAppleMusicPermission.h"
|
||
|
#import "JLBluetoothPeripheralPermission.h"
|
||
|
#import "JLBluetoothPermission.h"
|
||
|
#import "JLCalendarPermission.h"
|
||
|
#import "JLCameraPermission.h"
|
||
|
#import "JLCellularNetWorkPermission.h"
|
||
|
#import "JLContactPermission.h"
|
||
|
#import "JLLocationAlwaysPermission.h"
|
||
|
#import "JLLocationInUsePermission.h"
|
||
|
#import "JLMicrophonePermission.h"
|
||
|
#import "JLMotionPermission.h"
|
||
|
#import "JLNotificationPermission.h"
|
||
|
#import "JLPhotosPermission.h"
|
||
|
#import "JLReminderPermission.h"
|
||
|
#import "JLSiriPermission.h"
|
||
|
#import "JLSpeechRecognizerPermission.h"
|
||
|
#import "JLAuthorizationProtocol.h"
|
||
|
#import "JLBasePermisssion.h"
|
||
|
#import "JLConstant.h"
|
||
|
#import "JLAppleMusicPermission.h"
|
||
|
#import "JLBluetoothPeripheralPermission.h"
|
||
|
#import "JLBluetoothPermission.h"
|
||
|
#import "JLCalendarPermission.h"
|
||
|
#import "JLCameraPermission.h"
|
||
|
#import "JLCellularNetWorkPermission.h"
|
||
|
#import "JLContactPermission.h"
|
||
|
#import "JLLocationAlwaysPermission.h"
|
||
|
#import "JLLocationInUsePermission.h"
|
||
|
#import "JLMicrophonePermission.h"
|
||
|
#import "JLMotionPermission.h"
|
||
|
#import "JLNotificationPermission.h"
|
||
|
#import "JLPhotosPermission.h"
|
||
|
#import "JLReminderPermission.h"
|
||
|
#import "JLSiriPermission.h"
|
||
|
#import "JLSpeechRecognizerPermission.h"
|
||
|
|
||
|
FOUNDATION_EXPORT double JLAuthorizationManagerVersionNumber;
|
||
|
FOUNDATION_EXPORT const unsigned char JLAuthorizationManagerVersionString[];
|
||
|
|