Skip to content

Commit

Permalink
Added "generic" type on segments of SCRecordSession.
Browse files Browse the repository at this point in the history
  • Loading branch information
rFlex committed Jun 20, 2016
1 parent c84553b commit 2c71b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Sources/SCRecordSession.h
Expand Up @@ -75,7 +75,7 @@ extern NSString *__nonnull const SCRecordSessionDocumentDirectory;
/**
Contains every record segment as SCRecordSessionSegment.
*/
@property (readonly, nonatomic) NSArray *__nonnull segments;
@property (readonly, nonatomic) NSArray<SCRecordSessionSegment *> *__nonnull segments;

/**
The duration of the whole recordSession including the current recording segment
Expand Down

0 comments on commit 2c71b0b

Please sign in to comment.