typedef NS_ENUM()

in FBRetainCycleDetector/Graph/FBObjectGraphConfiguration.h [13:16]


typedef NS_ENUM(NSUInteger, FBGraphEdgeType) {
  FBGraphEdgeValid,
  FBGraphEdgeInvalid,
};