Declaration

var userInfo: NSMutableDictionary { get set }

Declaration

@property (strong) NSMutableDictionary<NSString *,id> * userInfo;

Declaration

userInfo() -> dict[str, object]
setUserInfo_(userInfo: dict[str, object])