Skip to content

Commit

Permalink
None of these should be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
NSExceptional committed Nov 5, 2022
1 parent 8e44d88 commit deac628
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Classes/Utility/FLEXHeapEnumerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#import <Foundation/Foundation.h>
@class FLEXObjectRef;

NS_ASSUME_NONNULL_BEGIN

typedef void (^flex_object_enumeration_block_t)(__unsafe_unretained id object, __unsafe_unretained Class actualClass);

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

@end

NS_ASSUME_NONNULL_END

0 comments on commit deac628

Please sign in to comment.