UIKit watchOS 8.0 Beta 1 to Beta 2 API Differences

NSParagraphStyle.h
Removed #def FALL_2021_NEW_API_TRANSITION
UIImage.h
Removed +[UIImage systemImageNamed:shape:]
Removed +[UIImage systemImageNamed:shape:fill:]
Removed +[UIImage systemImageNamed:shape:fill:withConfiguration:]
Removed +[UIImage imageNamed:shape:]
Removed +[UIImage imageNamed:shape:fill:]
Removed +[UIImage imageNamed:shape:fill:withConfiguration:]
Removed -[UIImage imageWithShape:]
Removed -[UIImage imageWithFill:]
Removed -[UIImage imageWithShape:fill:]
Removed -[UIImage imageWithVariantsFromImage:]
Removed -[UIImage imageWithoutVariants]
Added +[UIImage systemImageNamed:variant:]
Added +[UIImage systemImageNamed:variant:withConfiguration:]
Added +[UIImage imageNamed:variant:]
Added +[UIImage imageNamed:variant:withConfiguration:]
Added -[UIImage imageByApplyingVariant:]
Added -[UIImage imageByApplyingVariantFromImage:]
Added -[UIImage imageByRemovingVariant]
UIImageVariants.h
Removed UIImageVariantShape
Removed UIImageVariantShapeUnspecified
Removed UIImageVariantShapeNone
Removed UIImageVariantShapeCircle
Removed UIImageVariantShapeSquare
Removed UIImageVariantShapeRectangle
Removed UIImageVariantFill
Removed UIImageVariantFillUnspecified
Removed UIImageVariantFillOutline
Removed UIImageVariantFillFilled
Added UIImageVariant
Added UIImageVariantNone
Added UIImageVariantCircle
Added UIImageVariantSquare
Added UIImageVariantRectangle
Added UIImageVariantSlash
Added UIImageVariantFill