ObjFW  Diff

Differences From Artifact [89cdf956f3]:

To Artifact [3bdcab087f]:


15
16
17
18
19
20
21

22
23
24
25
26
27
 * file.
 */

#import "OFTimer.h"

OF_ASSUME_NONNULL_BEGIN


@interface OFTimer ()
- (void)of_setInRunLoop: (nullable OFRunLoop *)runLoop
		   mode: (nullable of_run_loop_mode_t)mode;
@end

OF_ASSUME_NONNULL_END







>






15
16
17
18
19
20
21
22
23
24
25
26
27
28
 * file.
 */

#import "OFTimer.h"

OF_ASSUME_NONNULL_BEGIN

OF_DIRECT_MEMBERS
@interface OFTimer ()
- (void)of_setInRunLoop: (nullable OFRunLoop *)runLoop
		   mode: (nullable of_run_loop_mode_t)mode;
@end

OF_ASSUME_NONNULL_END