This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// PostCell.m | |
// Test | |
// | |
// Created by Petr Pavlik on 5/4/13. | |
// Copyright (c) 2013 Petr Pavlik. All rights reserved. | |
// | |
#import "PostCell.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// BaseEntity.h | |
// Base Entity | |
// | |
// Created by Petr Pavlik on 12/30/12. | |
// Copyright (c) 2012 Petr Pavlik. All rights reserved. | |
// | |
#import <Foundation/Foundation.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// KeyboardFrameDetectorInputView.swift | |
// Chat | |
// | |
// Created by Petr Pavlik on 18/10/15. | |
// Copyright © 2015 Petr Pavlik. All rights reserved. | |
// | |
import UIKit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ViewController.swift | |
// Alert | |
// | |
// Created by Petr Pavlik on 25/03/16. | |
// Copyright © 2016 Petr Pavlik. All rights reserved. | |
// | |
import UIKit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Foundation | |
import HTTP | |
import Dispatch | |
public class AsyncRequestGroup { | |
private enum DummyError: Error { | |
case dummy | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ViewController.swift | |
// AccessibilityTest | |
// | |
// Created by Petr Pavlik on 28/01/2020. | |
// Copyright © 2020 Petr Pavlik. All rights reserved. | |
// | |
import UIKit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// swift-tools-version:5.3 | |
// The swift-tools-version declares the minimum version of Swift required to build this package. | |
import PackageDescription | |
let package = Package( | |
name: "BusinessLogic", | |
platforms: [ | |
.iOS(.v13), .macOS(.v10_15) | |
], |