@class NSString, NSURL; @interface ASDBundle : NSObject <NSSecureCoding, NSCopying> @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) NSString *identifier; @property (readonly, nonatomic) NSURL *URL; + (id)bundleWithIdentifier:(id)a0; - (id)initWithIdentifier:(id)a0; - (void)encodeWithCoder:(id)a0; - (id)description; - (void).cxx_destruct; - (id)debugDescription; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end