ObjFW  Diff

Differences From Artifact [7806bade69]:

To Artifact [b34d8ea808]:


11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

#import "OFObject.h"

@class OFArray;
@class OFMutableArray;

/**
 * \brief A protocol for delegates of OFApplication,
 */
@protocol OFApplicationDelegate
/**
 * This method is called when the application was initialized and is running
 * now.
 */
- (void)applicationDidFinishLaunching;

/**
 * This method is called when the application is going to get terminated.
 */
- (void)applicationWillTerminate;
@end

/**
 * \brief Represents the application as an object.
 */







|









|







11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

#import "OFObject.h"

@class OFArray;
@class OFMutableArray;

/**
 * \brief A protocol for delegates of OFApplication.
 */
@protocol OFApplicationDelegate
/**
 * This method is called when the application was initialized and is running
 * now.
 */
- (void)applicationDidFinishLaunching;

/**
 * This method is called when the application will terminate.
 */
- (void)applicationWillTerminate;
@end

/**
 * \brief Represents the application as an object.
 */