objc

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