@class NSString, REMFetchResultToken; @interface REMStoreSwiftInvocation : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) NSString *name; @property (readonly, nonatomic) REMFetchResultToken *fetchResultTokenToDiffAgainst; - (id)init; - (void)encodeWithCoder:(id)a0; - (id)initWithFetchResultTokenToDiffAgainst:(id)a0; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; @end