MoreButtonDelegate.h 258 B

1234567891011121314151617
  1. //
  2. // MoreButtonDelegate.h
  3. // OneCable
  4. //
  5. // Created by nComz on 2017. 3. 8..
  6. // Copyright © 2017년 ntels. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @protocol MoreButtonDelegate <NSObject>
  10. @optional
  11. -(void)returnMoreId:(id)moreButtonId;
  12. @end