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.
31 lines
1.7 KiB
31 lines
1.7 KiB
// |
|
// ViewController.h |
|
// LekangGuard |
|
// |
|
// Created by ecell on 2022/9/21. |
|
// |
|
|
|
#import <UIKit/UIKit.h> |
|
|
|
@interface ViewController : UIViewController |
|
|
|
//InfoPlist |
|
//CFBundleDisplayName = "ECell care"; |
|
// |
|
//NSAppleMusicUsageDescription = "Do you allow the App's local concerts to access your music information for showing music information?"; |
|
//NSAppleMediaUsageDescription = "Do you allow the App's local music to access your media library for playing music?"; |
|
//NSMotionUsageDescription = "The app requires your consent to access sports and fitness and display it on your watch, Do you allow it?"; |
|
//NSCameraUsageDescription = "ECell care needs your permission to use the camera to take pictures as an avatar"; |
|
//NSContactsUsageDescription = "App will synchronize the address book to the watch, Do you allow it?"; |
|
//NSLocationUsageDescription = "App needs sync the location information to watch, Do you allow it?"; |
|
//NSLocationWhenInUseUsageDescription = "ECell care needs your permission to use location to get current weather information"; |
|
//NSLocationAlwaysUsageDescription = "App needs sync the location information to watch, Do you allow it?"; |
|
//NSPhotoLibraryUsageDescription = "After opening, ECell care can get the photos of the album"; |
|
//NSBluetoothPeripheralUsageDescription = "ECell care needs your consent to use Bluetooth to connect wearable devices to achieve data transmission functions"; |
|
//NSBluetoothAlwaysUsageDescription = "ECell care needs your consent to use Bluetooth to connect wearable devices to achieve data transmission functions"; |
|
//NSMicrophoneUsageDescription = "Please open the microphone permission for APP, so that the chat function can be used normally" |
|
|
|
|
|
|
|
@end |
|
|
|
|