iOS Delegate

This is memo for iOS8 and XCode6.
In XCode6, there is no template of Protocol, Delegate

@protocol Template <NSObject>
// Method is here
@end