/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
- /**
- * 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/AppleAccount.framework/AppleAccount
- */
- #import <NSObject.h> // Unknown library
- @interface AAUserNotification : NSObject {
- }
- + (void)showUserNotificationWithTitle:(id)title message:(id)message cancelButtonTitle:(id)title3 otherButtonTitle:(id)title4 withCompletionBlock:(id)completionBlock; // 0x35fb52c9
- @end