aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/provider/MCONetService.h
Commit message (Collapse)AuthorAge
* Move unavailable initializers out of categories, so they’ll be properly ↵Gravatar Tom Harrington2017-12-29
| | | | | handled in Swift. (#1698) If NS_UNAVAILABLE is used in a category, Swift doesn’t notice, and these initializers are permitted even though they don’t work.
* Mark non-designated initializers and new as unavailableGravatar Nikolay Morev2016-02-09
|
* id -> instancetypeGravatar Robert Widmann2016-02-02
|
* Mark more initializers unavailableGravatar Robert Widmann2016-01-20
|
* Redo commitsGravatar CodaFi2013-06-20
|
* Documented the Obj-C API for providersGravatar Matt Ronge2013-06-08
|
* Exposes hostnameWithEmailGravatar CodaFi2013-05-29
|
* Cleaned provider implementationGravatar Hoa V. DINH2013-05-04
|
* Providers APIGravatar CodaFi2013-04-28