SBUserAgent.h 232 B

12345678910
  1. @interface SBUserAgent : NSObject
  2. + (instancetype)sharedUserAgent;
  3. - (void)openURL:(NSURL *)url allowUnlock:(BOOL)allowUnlock animated:(BOOL)animated;
  4. @property (nonatomic, retain) NSString *foregroundApplicationDisplayID;
  5. @end