Advertisement
baulig

NSUserNotificationActivationType

Nov 21st, 2012
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // Added from NSUserNotification.h
  2. public enum NSUserNotificationActivationType {
  3. None = 0,
  4. ContentsClicked = 1,
  5. ActionButtonClicked = 2
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement