MSClassHook(AAAccountManager)
MSMetaClassHook(AAAccountManager)
+MSClassHook(BBSectionInfo)
+
MSClassHook(SBAlertItemsController)
MSClassHook(SBButtonBar)
MSClassHook(SBIconController)
_textRect.origin.x = (frame.size.width - size.width) / 2;
_textRect.origin.y = (frame.size.height - size.height) / 2;
}
+
+MSInstanceMessageHook0(BOOL, BBSectionInfo, showsInNotificationCenter) {
+ return NO;
+}