Skip to content

Commit 7e8cc5f

Browse files
committed
Update README.md
1 parent 7e27cbf commit 7e8cc5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Implementation of AVAssetResourceLoader custom class which can be useful while c
33

44
## Usage
55

6+
```
67
AVURLAsset *asset ;
78
assetLoader = [[AssetLoaderDelegate alloc] init];
89
assetLoader.fileUrl = self.compilation.VideoUrl;
@@ -15,3 +16,5 @@ asset = [AVURLAsset URLAssetWithURL:[self url:[NSURL URLWithString:urlString] Wi
1516
components.scheme = scheme;
1617
return [components URL];
1718
}
19+
20+
```

0 commit comments

Comments
 (0)