@class NSString; @interface LNSuggestionsRequest : NSObject <NSSecureCoding, NSCopying> @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, copy, nonatomic) NSString *bundleIdentifier; @property (readonly, nonatomic, getter=isOnScreen) BOOL onScreen; @property (readonly, nonatomic, getter=isExplicitRequest) BOOL explicitRequest; - (void)encodeWithCoder:(id)a0; - (id)description; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithBundleIdentifier:(id)a0 onScreen:(BOOL)a1 explicitRequest:(BOOL)a2; @end