luxlabs header browser preview


@class NSString, NSProgress, NSError, NSDate, WCSessionFile;

@interface WCSessionFileTransfer : NSObject <NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (retain, nonatomic) NSDate *transferDate;
@property (copy) NSString *transferIdentifier;
@property (nonatomic, getter=isTransferring) BOOL transferring;
@property (retain) NSError *transferError;
@property (retain) NSProgress *internalProgress;
@property (retain) id progressToken;
@property (readonly, nonatomic) WCSessionFile *file;
@property (readonly, nonatomic) NSProgress *progress;

- (id)init;
- (unsigned long long)hash;
- (id)initWithFile:(id)a0;
- (void)encodeWithCoder:(id)a0;
- (long long)compare:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (void)cancel;
- (BOOL)isEqual:(id)a0;
- (id)initWithCoder:(id)a0;
- (void)initializeProgress;

@end