// // GetGiftRunLoop.h // BuguLive // // Created by xfg on 16/7/6. // Copyright © 2016年 xfg. All rights reserved. // #import @interface GetGiftRunLoop : NSObject { NSThread *_thread; } @property (nonatomic, readonly) NSThread *thread; + (GetGiftRunLoop *)sharedGetGiftRunLoop; - (void)start; @end