This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CLASS METHODS | |
+[AVCaptureDevice requestAccessForMediaType:completionHandler:] | |
+[AVCaptureStillImageOutput jpegStillImageNSDataRepresentation:] | |
+[HKCategorySample categorySampleWithType:value:startDate:endDate:] | |
+[HKCategorySample categorySampleWithType:value:startDate:endDate:device:metadata:] | |
+[HKCategorySample categorySampleWithType:value:startDate:endDate:metadata:] | |
+[HKCorrelation correlationWithType:startDate:endDate:objects:] | |
+[HKCorrelation correlationWithType:startDate:endDate:objects:device:metadata:] | |
+[HKCorrelation correlationWithType:startDate:endDate:objects:metadata:] | |
+[HKQuantitySample quantitySampleWithType:quantity:startDate:endDate:] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// DarwinNotificationCenter.swift | |
// | |
// Copyright © 2017 WeTransfer. All rights reserved. | |
// | |
import Foundation | |
/// A Darwin notification payload. It does not contain any userInfo, a Darwin notification is purely event handling. | |
public struct DarwinNotification { |
OlderNewer