JXCommonService.h 331 B

1234567891011121314151617
  1. //
  2. // JXCommonService.h
  3. // shiku_im
  4. //
  5. // Created by p on 2017/11/9.
  6. // Copyright © 2017年 Reese. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface JXCommonService : NSObject
  10. @property (nonatomic, strong) NSTimer *courseTimer;
  11. - (void)sendCourse:(JXMsgAndUserObject *)obj Array:(NSArray *)array;
  12. @end