/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/AppleAccount.framework/Headers/AAUserNotification.h

https://github.com/zsh-tony/appletv-private-headers · C Header · 15 lines · 5 code · 4 blank · 6 comment · 0 complexity · bd3d891e2f4d81951292f9aefcbb66c5 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/AppleAccount.framework/AppleAccount
  6. */
  7. #import <NSObject.h> // Unknown library
  8. @interface AAUserNotification : NSObject {
  9. }
  10. + (void)showUserNotificationWithTitle:(id)title message:(id)message cancelButtonTitle:(id)title3 otherButtonTitle:(id)title4 withCompletionBlock:(id)completionBlock; // 0x35fb52c9
  11. @end