SBLockScreenActionContext.h 127 B

12345678
  1. @class BBBulletin;
  2. @interface SBLockScreenActionContext : NSObject
  3. @property (nonatomic, retain) BBBulletin *bulletin;
  4. @end