@class NSDictionary; @interface CPLScopeStatusCounts : NSObject { BOOL _hasCachedSummaries; } @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) NSDictionary *countPerFlags; @property (readonly, nonatomic) unsigned long long countOfSharingRecords; @property (readonly, nonatomic) unsigned long long countOfUnsharingRecords; - (void)encodeWithCoder:(id)a0; - (id)description; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; - (void)_computeSummariesIfNecessary; - (id)initWithFlagsCounts:(id)a0; @end