SSDKGooglePlusControllerStyle.h 458 B

12345678910111213141516171819202122232425
  1. //
  2. // SSDKGooglePlusControllerStyle.h
  3. // ShareSDK
  4. //
  5. // Created by chenjd on 16/4/25.
  6. // Copyright © 2016年 掌淘科技. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface SSDKGooglePlusControllerStyle : NSObject
  10. /**
  11. * 风格共享实例
  12. *
  13. * @return 风格类实例
  14. */
  15. + (instancetype)sharedInstance;
  16. /**
  17. * 支持的方向
  18. */
  19. @property (nonatomic, assign) UIInterfaceOrientationMask supportedInterfaceOrientation;
  20. @end