IMServicePlugIn Changes
IMServicePlugIn
IMServicePlugInFileTransfer.h
Modified +[IMServicePlugInFileTransfer fileTransferWithPath:type:totalBytes:]
| Declaration | |
|---|---|
| From | + (id)fileTransferWithPath:(NSString *)path type:(NSString *)type totalBytes:(unsigned long long)totalBytes |
| To | + (id)fileTransferWithPath:(NSString *)path type:(NSString *)type totalBytes:(uint64_t)totalBytes |
Modified -[IMServicePlugInFileTransfer initWithPath:type:totalBytes:]
| Declaration | |
|---|---|
| From | - (id)initWithPath:(NSString *)path type:(NSString *)type totalBytes:(unsigned long long)totalBytes |
| To | - (id)initWithPath:(NSString *)path type:(NSString *)type totalBytes:(uint64_t)totalBytes |
Modified IMServicePlugInFileTransfer.totalBytes
| Declaration | |
|---|---|
| From | @property(readonly) unsigned long long totalBytes |
| To | @property(readonly) uint64_t totalBytes |
Modified IMServicePlugInFileTransfer.transferredBytes
| Declaration | |
|---|---|
| From | @property(readonly) unsigned long long transferredBytes |
| To | @property(readonly) uint64_t transferredBytes |