No Description

MessageModelManager.h 605B

1234567891011121314151617181920
  1. /************************************************************
  2. * * EaseMob CONFIDENTIAL
  3. * __________________
  4. * Copyright (C) 2013-2014 EaseMob Technologies. All rights reserved.
  5. *
  6. * NOTICE: All information contained herein is, and remains
  7. * the property of EaseMob Technologies.
  8. * Dissemination of this information or reproduction of this material
  9. * is strictly forbidden unless prior written permission is obtained
  10. * from EaseMob Technologies.
  11. */
  12. #import <Foundation/Foundation.h>
  13. @interface MessageModelManager : NSObject
  14. + (id)modelWithMessage:(EMMessage *)message;
  15. @end