// // ViewController.h // LekangGuard // // Created by ecell on 2022/9/21. // #import @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