Permalink
Cannot retrieve contributors at this time
macOS_headers/macOS/PrivateFrameworks/DuetActivityScheduler/168/_DASActivityOmnibusScheduling-Protocol.h
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16 lines (13 sloc)
659 Bytes
This file contains 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
// | |
// Generated by class-dump 3.5 (64 bit). | |
// | |
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. | |
// | |
#import "_DASActivityBackgroundLaunchScheduler.h" | |
#import "_DASActivityBackgroundTaskSchedulerServer.h" | |
#import "_DASActivityGroupScheduler.h" | |
#import "_DASActivityMetering.h" | |
#import "_DASActivitySchedulerClient.h" | |
#import "_DASActivitySchedulerIntrospectingServer.h" | |
@protocol _DASActivityOmnibusScheduling <_DASActivityGroupScheduler, _DASActivitySchedulerClient, _DASActivitySchedulerIntrospectingServer, _DASActivityBackgroundLaunchScheduler, _DASActivityMetering, _DASActivityBackgroundTaskSchedulerServer> | |
@end | |