/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/AccountsDaemon.framework/Headers/ACDUserNotification.h
https://github.com/zsh-tony/appletv-private-headers · C Header · 15 lines · 5 code · 4 blank · 6 comment · 0 complexity · 6b2e994527a7c9a1ab96015a22f394ac MD5 · raw file
- /**
- * This header is generated by class-dump-z 0.2a.
- * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
- *
- * Source: /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
- */
- #import <NSObject.h> // Unknown library
- @interface ACDUserNotification : NSObject {
- }
- + (void)showUserNotificationWithTitle:(id)title message:(id)message cancelButtonTitle:(id)title3 otherButtonTitle:(id)title4 withCompletionBlock:(id)completionBlock; // 0x365f38d9
- @end