TIMDefine.h 830 B

1234567891011121314151617181920212223242526
  1. //
  2. // TIMDefine.h
  3. // Pods
  4. //
  5. // Created by cologne on 2023/3/14.
  6. // Copyright © 2023 Tencent. All rights reserved.
  7. //
  8. #ifndef TIMDefine_h
  9. #define TIMDefine_h
  10. #import <ReactiveObjC/ReactiveObjC.h>
  11. #import <TUICore/TUIDefine.h>
  12. #import <Masonry/Masonry.h>
  13. #import "TIMConfig.h"
  14. #import "TIMCommonModel.h"
  15. #import "TIMRTLUtil.h"
  16. #define kEnableAllRotationOrientationNotification @"kEnableAllRotationOrientationNotification"
  17. #define kDisableAllRotationOrientationNotification @"kDisableAllRotationOrientationNotification"
  18. #define TUIMessageMediaViewDeviceOrientationChangeNotification @"TUIMessageMediaViewDeviceOrientationChangeNotification"
  19. //Provide customers with the ability to modify the default emoji expression size in various input behaviors
  20. #define kTIMDefaultEmojiSize CGSizeMake(23, 23)
  21. #endif /* TIMDefine_h */