You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
273 B
Objective-C

//
// TXCUrl.h
// SuperPlayer
//
// Created by annidyfeng on 2018/9/17.
// Copyright © 2018年 annidy. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface TXCUrl : NSObject
- (instancetype)initWithString:(NSString *)url;
- (NSInteger)bizid;
@end