Hello, So I am working on an update for my tweak, I have stumbled upon a problem, I am unsure on which path to take! I want to make a clickable image that opens a UIAlert or a UIActionSheet and within those I want there to be multiple functions that it can do, the problem is they are from DIFFERENT header files from the dumped app. I was thinking about using MSHook, but honestly don't know where to start! Other than MSHook I was thinking about a button that just runs a batch script I wrote, but I don't know if that's even possible! I am using this for reference! https://github.com/robottom/DeleteAllMessages8 Any guidance would be appreciated