Skip to content

Commit 034c4fd

Browse files
author
Oleh Kulykov
committed
1733485108
1 parent 4ed908d commit 034c4fd

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

objc/PLzmaSDKDecoder.inl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@
4040
@property (nonatomic, weak) id<PLzmaSDKDecoderDelegate> delegate;
4141

4242
@end
43+

objc/PLzmaSDKEncoder.inl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@
4040
@property (nonatomic, weak) id<PLzmaSDKEncoderDelegate> delegate;
4141

4242
@end
43+

objc/PLzmaSDKInStream.inl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@
3737
@property (nonatomic, assign, readonly) const plzma::SharedPtr<plzma::InStream> * inStreamSPtr;
3838

3939
@end
40+

objc/PLzmaSDKItem.inl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@
3939
- (instancetype) initWithItemM:(plzma::SharedPtr<plzma::Item> *) item;
4040

4141
@end
42+

objc/PLzmaSDKOutStream.inl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@
4141
- (instancetype) initWithOutStreamMTh:(plzma::SharedPtr<plzma::OutStream> *) outStream;
4242

4343
@end
44+

objc/PLzmaSDKProgressDelegate.inl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ public:
4949

5050
static std::shared_ptr<PLzmaSDKProgressDelegate> create(void * LIBPLZMA_NULLABLE decoder);
5151
};
52+

0 commit comments

Comments
 (0)