Skip to content

ame017/AMEDelegateMaker

Repository files navigation

AMEDelegateMaker

A Objective-c protocol & delegate maker without resign for Xcode

996.icu LICENSE

cn Chinese (Simplified): 中文说明

What is this?

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

Installation

  1. Download
  2. Enable this plug-in in setting
  3. You can Bind shortcuts in Xcode setting

Trouble Shooting

If your Xcode is 8.0+.
Please install macOS Sierra (version 10.12) if your macOS is 10.11.

Other project recommendations

AMECategoryMaker
A category property maker without resigin
AMEGetterMaker
A lazyload getter maker without resign for Xcode

About

A Objective-c protocol & delegate maker without resign for Xcode

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published