Guest User

Untitled

a guest
May 22nd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. @protocol QGInterfaceCollection
  2. - (BOOL)launchApplicationWithIdentifier:(id)fp8 suspended:(BOOL)fp12;
  3.  
  4. // SBApplication(Controller)
  5. - (NSArray *) allApplications;
  6. - (NSArray *) applicationsWithBundleIdentifier:(id)fp8;
  7. - (NSString *) displayName;
  8. - (NSString *) bundleIdentifier;
  9. - (NSString *) pathForIcon;
  10.  
  11. // SBIconModel
  12. - (NSArray *) iconLists;
  13. - (NSArray *) icons;
  14.  
  15. + (id<QGInterfaceCollection>) sharedInstance;
  16.  
  17. // SBAwayController
  18. - (BOOL) isLocked;
  19. - (void) unlockWithSound:(BOOL) f;
  20. + (id<QGInterfaceCollection>) sharedAwayController;
  21.  
  22. // SBUIController
  23. - (int) launchState;
  24. - (void) animateLaunchApplication:(NSString *) what;
  25.  
  26. // SBBookmarkIcon
  27. - (id<QGInterfaceCollection>) webClip;
  28. - (id) bundle;
  29. - (NSString *) title;
  30. - (NSString *) pageURL;
  31. - (NSDictionary *) infoDictionary;
  32.  
  33. // UIImage
  34. - (UIImage *) _imageScaledToSize:(CGSize) size interpolationQuality:(CGFloat) f;
  35. @end
Add Comment
Please, Sign In to add comment