David FU

Results 13 issues of David FU

## 🐛 Bug Report Hello, this is my first time using Flipper, but after installing it, I found that I can't see any downloadable plugins in the 'Install Plugins' tab....

``` #import "NSHTTPURLResponse+YTNetworkMethods.h" #import @safecategory(NSHTTPURLResponse, YTNetworkMethods) @synthesizeAssociation(NSHTTPURLResponse, responsePlainBody) @end ``` I got this compiler Error ``` Property declared in category 'YTNetworkMethods' cannot be implemented in class implementation ```

hi there,thank you for your amazing repo, I like it very much. I want to implement a custom transition like this https://motionarray.com/after-effects-templates/pixelation-transitions-959355/ So, is there any guide for custom transition...