summaryrefslogtreecommitdiff
path: root/Tweak.x
blob: d6b919f9c7b697f3a1f61d6201f3666df5d26ad1 (plain)
1
2
3
4
5
6
7
%hook PMAccessoryManager

- (void)setRoadblockViewController:(id)arg {
    %orig(nil);
}

%end