This project adds promises to Apple’s MessagesUI framework.
The Objective-C equivalents of this repo are in the UIKit extensions.
pod "PromiseKit/MessagesUI", "~> 4.0"The extensions are built into PromiseKit.framework thus nothing else is needed.
github "PromiseKit/MessagesUI" ~> 1.0The extensions are built into their own framework:
// swift
import PromiseKit
import PMKMessagesUI// objc
@import PromiseKit;
@import PMKMessagesUI;