-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
62 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
ZGBarrage/ZGBarrage/ZGBarrage/Model/ZGBarrageViewDelegate.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// | ||
// ZGBarrageViewDelegate.h | ||
// ZGBarrage | ||
// | ||
// Created by Zong on 16/8/16. | ||
// Copyright © 2016年 Zong. All rights reserved. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
|
||
@class ZGBarrageView; | ||
@class ZGBarrageItemModel; | ||
|
||
@protocol ZGBarrageViewDelegate <NSObject> | ||
|
||
- (void)barrageView:(ZGBarrageView *)barrageView didSelectItemAtIndexPath:(NSIndexPath *)indexPath; | ||
- (void)barrageView:(ZGBarrageView *)barrageView didSelectItemAtIndexPath:(NSIndexPath *)indexPath itemModel:(ZGBarrageItemModel *)itemModel; | ||
- (void)barrageView:(ZGBarrageView *)barrageView didSelectItemImageViewWithItemModel:(ZGBarrageItemModel *)itemModel; | ||
- (void)barrageView:(ZGBarrageView *)barrageView didSelectItemTextLabelWithItemModel:(ZGBarrageItemModel *)itemModel; | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters