No Description

PindanMessageController.h 357B

12345678910111213141516171819
  1. //
  2. // PindanMSGViewController.h
  3. // FirstLink
  4. //
  5. // Created by Lemon on 15/4/27.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import "FLViewController.h"
  9. #import "EMConversation.h"
  10. @class ChatListViewController;
  11. @interface PindanMessageController : FLViewController
  12. @property (nonatomic, copy) void (^readPindanMessageBlock)();
  13. @end