FormulaMonks / FormulaMonks/Auto-Importer-for-Xcode
Add possibility to add @class for selected classes instead #import
Open
- Dominant language
- Objective-C
- Stars
- 549
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
You know, when you are in .h file and want add property, normally u should use
@class ClassName;
instead
# import "ClassName.h";
Would be nice to get this feature)
And thanks for awesome plugin ^_^
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.