blob: e428ab539a4f80dcd35fa5bc6e08fadcd847c503 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
//
// BlogViewController.h
// Juick
//
// Created by Vitaly Takmazov on 28/04/2018.
// Copyright © 2018 com.juick. All rights reserved.
//
#import "MessagesViewController.h"
#import "User.h"
@interface BlogViewController : MessagesViewController
@property(nonatomic, strong) NSString *uname;
@end
|