soffes / HotKey

Simple global shortcuts in macOS
MIT License
921 stars 82 forks source link

Why are the classes final? #42

Open jasonm23 opened 11 months ago

jasonm23 commented 11 months ago

I'd really like to use this lib, but due to final I can't mock it in my tests.

Is there a specific reason the classes are final? Would you accept a PR that removed final?