objc
include
Network
NetworkTimeDelegate+Protocol.h
Go to the documentation of this file.
1
10
#pragma once
11
13
// PROTOCOL DEFINITIONS
14
24
@protocol
NetworkTimeDelegate
25
31
- (
BOOL
)networkTimeShouldUpdate:(
NXDate
*)time;
32
33
@end
NXDate
A class for representing and manipulating dates.
Definition:
NXDate.h:22
NetworkTimeDelegate-p
Protocol for receiving network time update events.
Definition:
NetworkTimeDelegate+Protocol.h:24
BOOL
bool BOOL
A Boolean value.
Definition:
runtime.h:60