Skip to content

Commit deac628

Browse files
committed
None of these should be optional
1 parent 8e44d88 commit deac628

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Classes/Utility/FLEXHeapEnumerator.h

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#import <Foundation/Foundation.h>
1010
@class FLEXObjectRef;
1111

12+
NS_ASSUME_NONNULL_BEGIN
13+
1214
typedef void (^flex_object_enumeration_block_t)(__unsafe_unretained id object, __unsafe_unretained Class actualClass);
1315

1416
@interface FLEXHeapEnumerator : NSObject
@@ -23,3 +25,5 @@ typedef void (^flex_object_enumeration_block_t)(__unsafe_unretained id object, _
2325
+ (NSArray<FLEXObjectRef *> *)objectsWithReferencesToObject:(id)object retained:(BOOL)retain;
2426

2527
@end
28+
29+
NS_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)