Skip to content

panghaijiao/HJProtocolDispatcher

Repository files navigation

HJProtocolDispatcher

A tool to dispatch protocol to multiple implemertors

How To Use

self.tableView.delegate = AOProtocolDispatcher(UITableViewDelegate, self, self.delegateSource);

Installation with CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects. See the Get Started section for more details.

Podfile

pod 'HJProtocolDispatcher',    :git => 'https://github.com/panghaijiao/HJProtocolDispatcher.git'

License

HJProtocolDispatcher is released under the MIT license. See LICENSE for details. Copyright owner Alessandroorru

About

A tool to dispatch protocol to multiple implemertors

Resources

Stars

Watchers

Forks

Packages

No packages published