Skip to content

Commit

Permalink
update async method hint
Browse files Browse the repository at this point in the history
  • Loading branch information
saiday committed Feb 17, 2014
1 parent 38fe335 commit bbe4c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HysteriaPlayer/HysteriaPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ PlayerShuffleMode;
*/
- (void)setupSourceGetter:(SourceSyncGetter)itemBlock ItemsCount:(NSUInteger) count;
/*!
If you are using Async block handle your item, make sure you call setupPlayerItem: at last
If you are using Async block handle your item, make sure you call setupPlayerItemWithUrl:Order: at last
@method asyncSetupSourceGetter:ItemsCount
*/
- (void)asyncSetupSourceGetter:(SourceAsyncGetter)asyncBlock ItemsCount:(NSUInteger)count;
Expand Down

0 comments on commit bbe4c14

Please sign in to comment.