A Objective-c protocol & delegate maker without resign for Xcode
Chinese (Simplified): 中文说明
This plug-in can help you create protocol & delegate easier.
e.g.
@interface HKRecentlyDealHeaderView : HKBaseView
↓↓↓
@class HKRecentlyDealHeaderView;
@protocol HKRecentlyDealHeaderViewDelegate <NSObject>
@required
@optional
- (void)hkrecentlyDealHeaderView:(HKRecentlyDealHeaderView *)view;
@end
@interface HKRecentlyDealHeaderView : HKBaseView
@property (nonatomic, weak) id<HKRecentlyDealHeaderViewDelegate> delegate;
@end
- Download
- Enable this plug-in in setting
- You can Bind shortcuts in Xcode setting
If your Xcode is 8.0+.
Please install macOS Sierra (version 10.12) if your macOS is 10.11.
AMECategoryMaker
A category property maker without resigin
AMEGetterMaker
A lazyload getter maker without resign for Xcode