You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i try to find all unused classes, it tells me that one of them is not used when it clearly is. could it be that it's because the import for it is in a class extension, and so fui doesn't believe it's being imported at all? i typically have MyClass.h and MyClass_Private.h, and this private header which is a class extension is where it's imported
The text was updated successfully, but these errors were encountered:
when i try to find all unused classes, it tells me that one of them is not used when it clearly is. could it be that it's because the import for it is in a class extension, and so fui doesn't believe it's being imported at all? i typically have MyClass.h and MyClass_Private.h, and this private header which is a class extension is where it's imported
The text was updated successfully, but these errors were encountered: