Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1018 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 1018 Bytes

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