Code Monkey home page Code Monkey logo

amedelegatemaker's Introduction

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

amedelegatemaker's People

Contributors

ame017 avatar

Stargazers

 avatar 王颖博 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.