Default implementations and Data Sources: Possible?

I asked about this on Stack Overflow,specifically regarding

UIPageViewControllerDataSource
. Is it currently impossible to provide default implementations for protocols defined in Objective-C, or…? The protocol method signatures provided by Apple are more flexibile than I'll need to bother with overriding, most of the time, and I'd rather generally write nothing but a colon and the name of a protocol.