Browse Source

portallocator: make swift friendly

osy 3 years ago
parent
commit
89e8f0d5c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Managers/UTMPortAllocator.h

+ 1 - 1
Managers/UTMPortAllocator.h

@@ -20,7 +20,7 @@ NS_ASSUME_NONNULL_BEGIN
 
 @interface UTMPortAllocator : NSObject
 
-+ (UTMPortAllocator *)sharedInstance;
+@property (class, nonatomic) NS_SWIFT_NAME(shared) UTMPortAllocator *sharedInstance;
 
 - (instancetype)init NS_UNAVAILABLE;
 - (NSInteger)allocatePort;