Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. doRotate:(id)
  2.  
  3. (NSPrintOperation *)getPrintOperationForPrintInfo:(NSPrintInfo *)printInfo autoRotate:(BOOL)doRotate;
  4.  
  5. $ class-dump /System/Library/Frameworks/Quartz.framework/Frameworks/PDFKit.framework/PDFKit | fgrep getPrintOperationForPrintInfo
  6.  
  7. - (id)getPrintOperationForPrintInfo:(id)arg1 autoRotate:(BOOL)arg2;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement