/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

  1. /**
  2. * This header is generated by class-dump-z 0.2a.
  3. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4. *
  5. * Source: /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
  6. */
  7. #import <NSObject.h> // Unknown library
  8. @interface ACDUserNotification : NSObject {
  9. }
  10. + (void)showUserNotificationWithTitle:(id)title message:(id)message cancelButtonTitle:(id)title3 otherButtonTitle:(id)title4 withCompletionBlock:(id)completionBlock; // 0x365f38d9
  11. @end