JXNearCell.h 383 B

12345678910111213141516171819
  1. //
  2. // JXExpertCell.h
  3. // shiku_im
  4. //
  5. // Created by MacZ on 2016/10/20.
  6. // Copyright © 2016年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface JXNearCell : UICollectionViewCell
  10. @property(nonatomic,assign) int fnId;
  11. @property (nonatomic, assign) id delegate;
  12. @property (nonatomic, assign) SEL didTouch;
  13. - (void)doRefreshNearExpert:(NSDictionary *)dict;
  14. @end