1 Star 0 Fork 0

马锦航/HuoBan_160120old

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
QNRecord.h 592 Bytes
一键复制 编辑 原始数据 按行查看 历史
NewImprove 提交于 2016-01-20 15:25 . 合并后的提提交
//
// QNRecord.h
// HappyDNS
//
// Created by bailong on 15/6/23.
// Copyright (c) 2015年 Qiniu Cloud Storage. All rights reserved.
//
#import <Foundation/Foundation.h>
/**
* A 记录
*/
extern const int kQNTypeA;
/**
* Cname 记录
*/
extern const int kQNTypeCname;
@interface QNRecord : NSObject
@property (nonatomic, readonly) NSString *value;
@property (readonly) int ttl;
@property (readonly) int type;
@property (readonly) long long timeStamp;
- (instancetype)init:(NSString *)value
ttl:(int)ttl
type:(int)type;
- (BOOL)expired:(long long)time;
@end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/2233mjh/HuoBan_160120old.git
git@gitee.com:2233mjh/HuoBan_160120old.git
2233mjh
HuoBan_160120old
HuoBan_160120old
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385